aboutsummaryrefslogtreecommitdiff
path: root/bfd/linker.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-12-20 22:41:13 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-12-20 22:41:13 +0000
commit19852a2abd4f698ced10f575b2de381dd09e441d (patch)
tree26ebee768a1d0deeae6234cb837e018385e6c081 /bfd/linker.c
parent14e9ca951563089b049696580d420f648d73cc54 (diff)
downloadfsf-binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.zip
fsf-binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.tar.gz
fsf-binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.tar.bz2
* 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/linker.c b/bfd/linker.c
index 7c097dc..918f4f8 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)