mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
symtab.h (struct symbol): Fix typo in comment.
gdb/ChangeLog: * symtab.h (struct symbol): Fix typo in comment.
This commit is contained in:
@ -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>
|
2015-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
Update year range in copyright notice of all files.
|
Update year range in copyright notice of all files.
|
||||||
|
@ -712,7 +712,7 @@ struct symbol
|
|||||||
struct type *type;
|
struct type *type;
|
||||||
|
|
||||||
/* The owner of this symbol.
|
/* 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
|
union
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user