Fix typo
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:
parent
df7752b044
commit
8ab91b9600
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue