public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED PATCH] symtab.h (struct symtab) <next>: Fix comment.
@ 2015-02-28 20:09 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2015-02-28 20:09 UTC (permalink / raw)
  To: gdb-patches

Hi.

I noticed this outdated comment.

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

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

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;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-28 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-28 20:09 [COMMITTED PATCH] symtab.h (struct symtab) <next>: Fix comment Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).