Fix typo
authorYao Qi <yao@codesourcery.com>
Thu, 12 Sep 2013 13:21:16 +0000 (21:21 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 19 Nov 2013 07:14:01 +0000 (15:14 +0800)
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.

gdb/ChangeLog
gdb/varobj.c

index 62c0654d12900a0a9fe0105143cbe840321bd8f4..e29624119493edd0799b9524252eb6ad93ff2740 100644 (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.
index e2d5a8692485041a757b63cd6fa93e1b099ff561..b78969a89ec3657ad733913d4597ba038f0583f4 100644 (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)