diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 22:41:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 22:41:13 +0000 |
commit | 19852a2abd4f698ced10f575b2de381dd09e441d (patch) | |
tree | 26ebee768a1d0deeae6234cb837e018385e6c081 /bfd/linker.c | |
parent | 14e9ca951563089b049696580d420f648d73cc54 (diff) | |
download | ppe42-binutils-19852a2abd4f698ced10f575b2de381dd09e441d.tar.gz ppe42-binutils-19852a2abd4f698ced10f575b2de381dd09e441d.zip |
* coff-h8300.c: Fix comment typos.
* coffcode.h: Likewise.
* cpu-cris.c: Likewise.
* elf32-vax.c: Likewise.
* genlink.h: Likewise.
* linker.c: Likewise.
* som.c: Likewise.
* tekhex.c: Likewise.
* vms-misc.c: Likewise.
Diffstat (limited to 'bfd/linker.c')
-rw-r--r-- | bfd/linker.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/linker.c b/bfd/linker.c index 7c097dc72f..918f4f8fd8 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -636,7 +636,7 @@ bfd_link_add_undef (table, h) table->undefs_tail = h; } -/* Routine to create an entry in an generic link hash table. */ +/* Routine to create an entry in a generic link hash table. */ struct bfd_hash_entry * _bfd_generic_link_hash_newfunc (entry, table, string) @@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string) return entry; } -/* Create an generic link hash table. */ +/* Create a generic link hash table. */ struct bfd_link_hash_table * _bfd_generic_link_hash_table_create (abfd) |