summaryrefslogtreecommitdiff
path: root/bfd/hash.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-06-04 13:25:23 +0000
committerRichard Henderson <rth@redhat.com>1999-06-04 13:25:23 +0000
commit42206de4d597b4f59324c95aefafac323e7e8a53 (patch)
tree8426a39acc6c4413a840673d77aa79d8c2f8731e /bfd/hash.c
parentef7691c3c2caab64005dd2c4c4f793bcd3ee880b (diff)
downloadbinutils-redhat-42206de4d597b4f59324c95aefafac323e7e8a53.tar.gz
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of range undefweak symbols. * hash.c: Add missing comma after @xref{} * linker.c: Likewise.
Diffstat (limited to 'bfd/hash.c')
-rw-r--r--bfd/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hash.c b/bfd/hash.c
index 4c6e9877ce..097304037d 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