gdb/ChangeLog:
* symtab.h (struct symtab) <next>: Fix comment.
+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
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;