[COMMITTED] symtab.h (struct symbol): Fix typo in comment.

Message ID yjt2wq552ecx.fsf@ruffy.mtv.corp.google.com
State Committed
Headers

Commit Message

Doug Evans Jan. 2, 2015, 7:04 p.m. UTC
  Hi.
I forgot to update this comment before checkin.
Committed.

2015-01-02  Doug Evans  <dje@google.com>

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

Patch

diff --git a/gdb/symtab.h b/gdb/symtab.h
index 90a5fdb..d1d2147 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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
   {