[COMMITTED] symtab.h (struct symtab) <next>: Fix comment.

Message ID m361al94uf.fsf@seba.sebabeach.org
State Committed
Headers

Commit Message

Doug Evans Feb. 28, 2015, 8:08 p.m. UTC
  Hi.

I noticed this outdated comment.

2015-02-28  Doug Evans  <xdje42@gmail.com>

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

Patch

diff --git a/gdb/symtab.h b/gdb/symtab.h
index 0eb3a5b..6a0b8da 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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;