diff options
Diffstat (limited to 'contrib/binutils/bfd/doc/hash.texi')
-rw-r--r-- | contrib/binutils/bfd/doc/hash.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/bfd/doc/hash.texi b/contrib/binutils/bfd/doc/hash.texi index 45d63e0e6253..7ddc900cd2e5 100644 --- a/contrib/binutils/bfd/doc/hash.texi +++ b/contrib/binutils/bfd/doc/hash.texi @@ -42,7 +42,7 @@ error occurs. The function @code{bfd_hash_table_init} take as an argument a function to use to create new entries. For a basic hash table, use the function @code{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 |