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/som.c | |
parent | 14e9ca951563089b049696580d420f648d73cc54 (diff) | |
download | binutils-gdb-19852a2abd4f698ced10f575b2de381dd09e441d.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/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c index 0bf44d8e8df..c6486c4116b 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string) return TRUE; } -/* Attach an compilation unit header to the BFD backend so that it may be +/* Attach a compilation unit header to the BFD backend so that it may be written into the object file. */ bfd_boolean |