summaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-04-19 21:13:09 +0000
committerJim Blandy <jimb@codesourcery.com>2000-04-19 21:13:09 +0000
commit375679a9a5c2325848250a2b95f8c9aab4ab6859 (patch)
treedb9a48395f16468813652521187093472b87a31e /gdb/minsyms.c
parent44ee688264e22cf998b1aadc1a7cdbd713866e36 (diff)
downloadgdb-375679a9a5c2325848250a2b95f8c9aab4ab6859.tar.gz
* minsyms.c (prim_record_minimal_symbol_and_info): Doc fix.
(Thanks to Guy Harris.)
Diffstat (limited to 'gdb/minsyms.c')
-rw-r--r--gdb/minsyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/minsyms.c b/gdb/minsyms.c
index b8339f26d65..2fd73cf74ba 100644
--- a/gdb/minsyms.c
+++ b/gdb/minsyms.c
@@ -685,7 +685,7 @@ prim_record_minimal_symbol_and_info (name, address, ms_type, info, section,
MSYMBOL_INFO (msymbol) = info; /* FIXME! */
/* The hash pointers must be cleared! If they're not,
- MSYMBOL_HASH_ADD will NOT add this msymbol to the hash table. */
+ add_minsym_to_hash_table will NOT add this msymbol to the hash table. */
msymbol->hash_next = NULL;
msymbol->demangled_hash_next = NULL;