From: Nick Clifton Date: Thu, 4 Oct 2007 13:43:16 +0000 (+0000) Subject: PR gas/5100 X-Git-Tag: sid-snapshot-20071101~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f39ef2bb8db3e72361e7957343c73349839f36e;p=thirdparty%2Fbinutils-gdb.git PR gas/5100 * arc-opc.c (insert_offset): Fix spelling mistake in error message. --- 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 + + PR gas/5100 + * arc-opc.c (insert_offset): Fix spelling mistake in error + message. + 2007-10-03 H.J. Lu * 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)