diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
commit | 2d2255b58e98053e88fd7d4e9be0c98567d8c739 (patch) | |
tree | bfe77fd6ab186a4ca015d2222aea734e48c1b0cf /gas/config/tc-dlx.h | |
parent | 2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff) | |
download | gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.zip gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.bz2 |
* config/tc-a29k.h: Fix comment typos.
* config/tc-alpha.c: Likewise.
* config/tc-alpha.h: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-arm.h: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-dlx.c: Likewise.
* config/tc-dlx.h: Likewise.
Diffstat (limited to 'gas/config/tc-dlx.h')
-rw-r--r-- | gas/config/tc-dlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index 8a78c77..c069d11 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -63,7 +63,7 @@ extern int dlx_unrecognized_line PARAMS ((int)); #define BFD_ARCH bfd_arch_dlx #define COFF_MAGIC DLXMAGIC /* Should the reloc be output ? - on the 29k, this is true only if there is a symbol attatched. + on the 29k, this is true only if there is a symbol attached. on the h8, this is allways true, since no fixup is done on dlx, I have no idea!! but lets keep it here just for fun. */ |