diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
commit | 0234cb7c70cd672825ac5760714792f64581ea22 (patch) | |
tree | 4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-iq2000.h | |
parent | a2e224686a3a8de934930c0be2160f87c9b86e76 (diff) | |
download | gdb-0234cb7c70cd672825ac5760714792f64581ea22.zip gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.bz2 |
* config/tc-hppa.c: Fix comment typos.
* config/tc-i370.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/config/tc-iq2000.h')
-rw-r--r-- | gas/config/tc-iq2000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-iq2000.h b/gas/config/tc-iq2000.h index 5a886a2..30b6d5f 100644 --- a/gas/config/tc-iq2000.h +++ b/gas/config/tc-iq2000.h @@ -55,7 +55,7 @@ extern void iq2000_frob_file PARAMS ((void)); #define obj_fix_adjustable(fixP) iq2000_fix_adjustable (fixP) extern bfd_boolean iq2000_fix_adjustable PARAMS ((struct fix *)); -/* Afrer creating a fixup for an instruction operand, we need to check +/* After creating a fixup for an instruction operand, we need to check for HI16 relocs and queue them up for later sorting. */ #define md_cgen_record_fixup_exp iq2000_cgen_record_fixup_exp |