diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9cb8862e7c..55eb733327 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 90a5fdbe42..d1d214734c 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 {