summaryrefslogtreecommitdiff
path: root/gas/config/tc-d10v.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-21 00:24:40 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-21 00:24:40 +0000
commit2d2255b58e98053e88fd7d4e9be0c98567d8c739 (patch)
treebfe77fd6ab186a4ca015d2222aea734e48c1b0cf /gas/config/tc-d10v.c
parent2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff)
downloadbinutils-gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz
* 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-d10v.c')
-rw-r--r--gas/config/tc-d10v.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c
index 23bf1bbb947..639fdc0c944 100644
--- a/gas/config/tc-d10v.c
+++ b/gas/config/tc-d10v.c
@@ -635,7 +635,7 @@ build_insn (opcode, opers, insn)
if (AT_WORD_P (&opers[i]))
{
- /* Reconize XXX>>1+N aka XXX@word+N as special (AT_WORD). */
+ /* Recognize XXX>>1+N aka XXX@word+N as special (AT_WORD). */
fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
opers[i].X_op = O_symbol;
opers[i].X_op_symbol = NULL; /* Should free it. */
@@ -1554,7 +1554,7 @@ find_opcode (opcode, myops)
break;
}
- /* Unfortunatly, for the indirect operand in instructions such
+ /* Unfortunately, for the indirect operand in instructions such
as ``ldb r1, @(c,r14)'' this function can be passed
X_op == O_register (because 'c' is a valid register name).
However we cannot just ignore the case when X_op == O_register