summaryrefslogtreecommitdiff
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
commitf1133c26ed492d6dc34894b33451cd09fb063e36 (patch)
tree3f03213bbd1878ccde1ecbd8cdab8e80fe113246 /bfd/linker.c
parenta1d06176ffcd8faa8ef5842d5a0ede86184c54cd (diff)
downloadgdb-f1133c26ed492d6dc34894b33451cd09fb063e36.tar.gz
* 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 7c097dc72fd..918f4f8fd8d 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)