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/coff-h8300.c | |
parent | 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> (diff) | |
download | binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.tar.gz binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.tar.bz2 binutils-gdb-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/coff-h8300.c')
-rw-r--r-- | bfd/coff-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c index 54290768143..e21c5b54842 100644 --- a/bfd/coff-h8300.c +++ b/bfd/coff-h8300.c @@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc) } /* Create the derived linker hash table. We use a derived hash table - basically to hold "static" information during an h8/300 coff link + basically to hold "static" information during an H8/300 coff link without using static variables. */ static struct bfd_link_hash_table * |