symtab.h (struct symbol): Fix typo in comment.
authorDoug Evans <dje@google.com>
Fri, 2 Jan 2015 19:02:31 +0000 (11:02 -0800)
committerDoug Evans <dje@google.com>
Fri, 2 Jan 2015 19:02:31 +0000 (11:02 -0800)
gdb/ChangeLog:

* symtab.h (struct symbol): Fix typo in comment.

gdb/ChangeLog
gdb/symtab.h

index 9cb8862e7c06ed59fdd0ecd16db3d6af0d437b6c..55eb7333277b71d64740131d077bed79a01da02a 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-02  Doug Evans  <dje@google.com>
+
+       * symtab.h (struct symbol): Fix typo in comment.
+
 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        Update year range in copyright notice of all files.
index 90a5fdbe42bad71ae785789ab03faeb7c046ec05..d1d214734c3bb0445ceb24f76c61d9bde1e7b4ff 100644 (file)
@@ -712,7 +712,7 @@ struct symbol
   struct type *type;
 
   /* The owner of this symbol.
-     Which one to use is defined by symbol.is_arch_owned.  */
+     Which one to use is defined by symbol.is_objfile_owned.  */
 
   union
   {