From: Doug Evans Date: Fri, 2 Jan 2015 19:02:31 +0000 (-0800) Subject: symtab.h (struct symbol): Fix typo in comment. X-Git-Tag: gdb-7.9.0-release~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2ada9cb46471b033671ae3629bb03376c253eea;p=thirdparty%2Fbinutils-gdb.git symtab.h (struct symbol): Fix typo in comment. gdb/ChangeLog: * symtab.h (struct symbol): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9cb8862e7c0..55eb7333277 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-01-02 Doug Evans + + * symtab.h (struct symbol): Fix typo in comment. + 2015-01-01 Joel Brobecker Update year range in copyright notice of all files. diff --git a/gdb/symtab.h b/gdb/symtab.h index 90a5fdbe42b..d1d214734c3 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 {