diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:43:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:43:16 +0000 |
commit | 268448a19e8c2942f239b16bf69a7bcc4978cbc0 (patch) | |
tree | 6a53e7b88800d479dcfeb6f28da7d53a3180c536 /opcodes | |
parent | a008af18d6f778c9e30f31bc79cc9b8f64cd5303 (diff) | |
download | gdb-268448a19e8c2942f239b16bf69a7bcc4978cbc0.tar.gz |
PR gas/5100
* arc-opc.c (insert_offset): Fix spelling mistake in error message.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/arc-opc.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 64d7e76ca1b..1a8248d77a3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2007-10-04 Nick Clifton <nickc@redhat.com> + + PR gas/5100 + * arc-opc.c (insert_offset): Fix spelling mistake in error + message. + 2007-10-03 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (OP_REG): Set add to 0 only when needed. diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c index 6ba9056b555..2a5ae712afe 100644 --- a/opcodes/arc-opc.c +++ b/opcodes/arc-opc.c @@ -665,7 +665,7 @@ insert_offset (arc_insn insn, before we lose info about them. */ if ((insn & I(-1)) == I(1)) { - *errmsg = _("to many shimms in load"); + *errmsg = _("too many shimms in load"); goto out; } if (limm_p && operand->flags & ARC_OPERAND_LOAD) |