diff options
Diffstat (limited to 'bfd/hash.c')
-rw-r--r-- | bfd/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hash.c b/bfd/hash.c index 4c6e9877ce4..097304037df 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -73,7 +73,7 @@ SUBSECTION The function <<bfd_hash_table_init>> take as an argument a function to use to create new entries. For a basic hash table, use the function <<bfd_hash_newfunc>>. @xref{Deriving - a New Hash Table Type} for why you would want to use a + a New Hash Table Type}, for why you would want to use a different value for this argument. @findex bfd_hash_allocate |