From 19852a2abd4f698ced10f575b2de381dd09e441d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 20 Dec 2002 22:41:13 +0000 Subject: * 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. --- bfd/linker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/linker.c') 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) -- cgit v1.1