diff options
author | Doug Evans <dje@google.com> | 2015-01-02 11:02:31 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-01-02 11:02:31 -0800 |
commit | e2ada9cb46471b033671ae3629bb03376c253eea (patch) | |
tree | 2bd1546852f07f50b6fbb32f5c5cb27fd08bc1b0 /gdb/symtab.h | |
parent | 2f5346cd7c3cf9d7a6c550672f5deaebc30567f6 (diff) | |
download | gdb-e2ada9cb46471b033671ae3629bb03376c253eea.zip gdb-e2ada9cb46471b033671ae3629bb03376c253eea.tar.gz gdb-e2ada9cb46471b033671ae3629bb03376c253eea.tar.bz2 |
symtab.h (struct symbol): Fix typo in comment.
gdb/ChangeLog:
* symtab.h (struct symbol): Fix typo in comment.
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 { |