* minsyms.c (prim_record_minimal_symbol_and_info): Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Wed, 19 Apr 2000 21:13:09 +0000 (21:13 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 19 Apr 2000 21:13:09 +0000 (21:13 +0000)
(Thanks to Guy Harris.)

gdb/minsyms.c

index b8339f2..2fd73cf 100644 (file)
@@ -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;