symtab.h (struct symtab) <next>: Fix comment.
authorDoug Evans <xdje42@gmail.com>
Sat, 28 Feb 2015 20:05:27 +0000 (12:05 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 28 Feb 2015 20:05:27 +0000 (12:05 -0800)
gdb/ChangeLog:

* symtab.h (struct symtab) <next>: Fix comment.

gdb/ChangeLog
gdb/symtab.h

index 463c57e..47e733a 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-28  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.h (struct symtab) <next>: Fix comment.
+
 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
 
        * python/python.c (python_GdbModuleDef): Rename GdbMethods to
index 0eb3a5b..6a0b8da 100644 (file)
@@ -924,7 +924,8 @@ struct section_offsets
 
 struct symtab
 {
-  /* Unordered chain of all existing symtabs of this objfile.  */
+  /* Unordered chain of all filetabs in the compunit,  with the exception
+     that the "main" source file is the first entry in the list.  */
 
   struct symtab *next;