PR gas/5100
authorNick Clifton <nickc@redhat.com>
Thu, 4 Oct 2007 13:43:16 +0000 (13:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Oct 2007 13:43:16 +0000 (13:43 +0000)
* arc-opc.c (insert_offset): Fix spelling mistake in error message.

opcodes/ChangeLog
opcodes/arc-opc.c

index 64d7e76ca1b6d6f86614f66304189cd00aba2f8b..1a8248d77a36775fd9e8c37e666647fd32ba64bb 100644 (file)
@@ -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.
index 6ba9056b5557b8852f427f7c39ff525d04b0f960..2a5ae712afec513c9048573e9e4337c5e3d89680 100644 (file)
@@ -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)
This page took 0.02646 seconds and 4 git commands to generate.