Hi,
"It's" should be "Its".  This patch is to fix it.  Committed as
obvious.

gdb:

2013-11-19  Yao Qi  <yao@codesourcery.com>

	* varobj.c (varobj_get_type): Fix typo.
This commit is contained in:
Yao Qi 2013-09-12 21:21:16 +08:00
parent df7752b044
commit 8ab91b9600
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-19 Yao Qi <yao@codesourcery.com>
* varobj.c (varobj_get_type): Fix typo.
2013-11-19 Joel Brobecker <brobecker@adacore.com>
* python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.

View File

@ -1046,7 +1046,7 @@ varobj_add_child (struct varobj *var, char *name, struct value *value)
char *
varobj_get_type (struct varobj *var)
{
/* For the "fake" variables, do not return a type. (It's type is
/* For the "fake" variables, do not return a type. (Its type is
NULL, too.)
Do not return a type for invalid variables as well. */
if (CPLUS_FAKE_CHILD (var) || !var->root->is_valid)