diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
commit | 67c1ffbec916d2c18096f2a285d4f5812f20bd24 (patch) | |
tree | dfbb51279d89bfa089ec3a28a04bd665ad50f2cf /gas/config/tc-mmix.c | |
parent | 834ddcc491ace97284f1ec0edd55a863e9485e95 (diff) | |
download | binutils-gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.gz |
* config/tc-a29k.h: Fix comment typos.
* config/tc-arm.c: Likewise.
* config/tc-dlx.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-msp430.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-or32.c: Likewise.
* config/tc-or32.h: Likewise.
* config/tc-pj.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh64.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.c: Likewise.
Diffstat (limited to 'gas/config/tc-mmix.c')
-rw-r--r-- | gas/config/tc-mmix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-mmix.c b/gas/config/tc-mmix.c index 1e01b7a3abc..dddc20a622b 100644 --- a/gas/config/tc-mmix.c +++ b/gas/config/tc-mmix.c @@ -275,7 +275,7 @@ struct obstack mmix_sym_obstack; #define STATE_GREG_UNDF ENCODE_RELAX (STATE_GREG, STATE_ZERO) #define STATE_GREG_DEF ENCODE_RELAX (STATE_GREG, STATE_MAX) -/* These displacements are relative to the adress following the opcode +/* These displacements are relative to the address following the opcode word of the instruction. The catch-all states have zero for "reach" and "next" entries. */ @@ -1464,7 +1464,7 @@ md_assemble (str) break; case mmix_operands_jmp: - /* A JMP. Everyhing is already done. */ + /* A JMP. Everything is already done. */ break; case mmix_operands_roundregs: @@ -1839,7 +1839,7 @@ md_assemble (str) { /* Don't require non-register operands. Always generate fixups, so we don't have to copy lots of code and create - maintanance problems. TRIP is supposed to be a rare + maintenance problems. TRIP is supposed to be a rare instruction, so the overhead should not matter. We aren't allowed to fix_new_exp for an expression which is an O_register at this point, however. */ |