From e2ada9cb46471b033671ae3629bb03376c253eea Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 2 Jan 2015 11:02:31 -0800 Subject: [PATCH] symtab.h (struct symbol): Fix typo in comment. gdb/ChangeLog: * symtab.h (struct symbol): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/symtab.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.30.2