diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |