This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/users/hjl/linux/master] symtab.h (struct symbol): Fix typo in comment.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e2ada9cb46471b033671ae3629bb03376c253eea

commit e2ada9cb46471b033671ae3629bb03376c253eea
Author: Doug Evans <dje@google.com>
Date:   Fri Jan 2 11:02:31 2015 -0800

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

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/symtab.h  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9cb8862..55eb733 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-02  Doug Evans  <dje@google.com>
+
+	* symtab.h (struct symbol): Fix typo in comment.
+
 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
 
 	Update year range in copyright notice of all files.
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
   {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]