diff options
author | Tom Tromey <tromey@redhat.com> | 2010-04-30 17:43:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-04-30 17:43:55 +0000 |
commit | 705b5767b7302e9fdd64d2a2ec5942ff22975a98 (patch) | |
tree | cd264dc1b054ac6cc2c87d8f97ad586cb72e2c89 /gdb/symtab.c | |
parent | 3c0ee1a46468d89b8865cd70616af4558c499b16 (diff) | |
download | gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.zip gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.tar.gz gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.tar.bz2 |
* symtab.c (symbol_set_names): Fix typo.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 67a784b..43e56ce 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -590,7 +590,7 @@ symbol_set_names (struct general_symbol_info *gsymbol, It turns out that it is actually important to still save such an entry in the hash table, because storing this name gives - us better backache hit rates for partial symbols. */ + us better bcache hit rates for partial symbols. */ if (!copy_name && lookup_name == linkage_name) { *slot = obstack_alloc (&objfile->objfile_obstack, |