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 7ddc900cd2e5..eb87273eceb1 100644 --- a/contrib/binutils/bfd/doc/hash.texi +++ b/contrib/binutils/bfd/doc/hash.texi @@ -219,7 +219,7 @@ in a linker hash table entry: @code{type}, @code{written} and @node Write Other Derived Routines, , Write the Derived Creation Routine, Deriving a New Hash Table Type @subsubsection Write other derived routines You will want to write other routines for your new hash table, -as well. +as well. You will want an initialization routine which calls the initialization routine of the hash table you are deriving from |