diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-04-19 21:13:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-04-19 21:13:09 +0000 |
commit | 72a0cf8f1728776a5f395da19416a33329ad6244 (patch) | |
tree | d1d81a2b751f53990a6e40aca6230f367ffc835d /gdb/minsyms.c | |
parent | e1b0e3c22b8ea908749180bb7862ae36fe3beb69 (diff) | |
download | gdb-72a0cf8f1728776a5f395da19416a33329ad6244.zip gdb-72a0cf8f1728776a5f395da19416a33329ad6244.tar.gz gdb-72a0cf8f1728776a5f395da19416a33329ad6244.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/minsyms.c b/gdb/minsyms.c index b8339f2..2fd73cf 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; |