* minsyms.c (prim_record_minimal_symbol_and_info): Doc fix.

(Thanks to Guy Harris.)
This commit is contained in:
Jim Blandy 2000-04-19 21:13:09 +00:00
parent e1b0e3c22b
commit 72a0cf8f17
1 changed files with 1 additions and 1 deletions

View 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;