diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-30 18:40:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-30 18:40:41 +0000 |
commit | ca5fd743473b81a0d15fafe4e39a997ca6ca27f9 (patch) | |
tree | 1340d16e0f436d0d3e4049cdba9456898e455bfb /bfd/vms-gsd.c | |
parent | 40cd81ac42061e72eb93a0d402b6352c3d9a5dd5 (diff) | |
download | binutils-redhat-ca5fd743473b81a0d15fafe4e39a997ca6ca27f9.tar.gz |
* ChangeLog: Fix typos.
* ecoff.c: Fix comment typos.
* ecofflink.c: Likewise.
* format.c: Likewise.
* hp300hpux.c: Likewise.
* i386linux.c: Likewise.
* ieee.c: Likewise.
* m68klinux.c: Likewise.
* mach-o.h: Likewise.
* mipsbsd.c: Likewise.
* oasys.c: Likewise.
* opncls.c: Likewise.
* peXXigen.c: Likewise.
* reloc.c: Likewise.
* reloc16.c: Likewise.
* section.c: Likewise.
* simple.c: Likewise.
* som.c: Likewise.
* som.h: Likewise.
* sparclinux.c: Likewise.
* srec.c: Likewise.
* syms.c: Likewise.
* targets.c: Likewise.
* tekhex.c: Likewise.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.
* xcofflink.c: Likewise.
* xsym.h: Likewise.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/vms-gsd.c')
-rw-r--r-- | bfd/vms-gsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-gsd.c b/bfd/vms-gsd.c index 7bb7a77359..660c06cbc4 100644 --- a/bfd/vms-gsd.c +++ b/bfd/vms-gsd.c @@ -788,7 +788,7 @@ _bfd_vms_write_gsd (abfd, objtype) last_index++; } - /* Don't know if this is neccesary for the linker but for now it keeps + /* Don't know if this is necessary for the linker but for now it keeps vms_slurp_gsd happy */ sname = (char *)section->name; |