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 | |
parent | 3c0ee1a46468d89b8865cd70616af4558c499b16 (diff) | |
download | gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.zip gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.tar.gz gdb-705b5767b7302e9fdd64d2a2ec5942ff22975a98.tar.bz2 |
* symtab.c (symbol_set_names): Fix typo.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/symtab.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 889437e..f13b2a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-04-30 Tom Tromey <tromey@redhat.com> + + * symtab.c (symbol_set_names): Fix typo. + 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr> * python/py-param.c (parm_constants): Avoid ARI warning 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, |