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-a29k.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-a29k.h')
-rw-r--r-- | gas/config/tc-a29k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index 24e53ed..dfa6251 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -40,7 +40,7 @@ extern int a29k_unrecognized_line PARAMS ((int)); #define BFD_ARCH bfd_arch_a29k #define COFF_MAGIC SIPFBOMAGIC /* 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 */ #define TC_COUNT_RELOC(x) (x->fx_addsy) |