Typo fixes in comment.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Wed, 19 Jun 2002 14:31:07 +0000 (14:31 +0000)
committerJoern Rennecke <joern.rennecke@embecosm.com>
Wed, 19 Jun 2002 14:31:07 +0000 (14:31 +0000)
gas/config/tc-sh.c

index 968ab4cdc491bfe2102ed7fd28b5d87850153e8a..3faa94cdfeef5f77b0bd884b906eb45c6bad3716 100644 (file)
@@ -2259,11 +2259,11 @@ assemble_ppi (op_end, opcode)
                default:
                  as_bad (_("bad padd / psub pmuls output operand"));
                }
-               /* Generate waring if destination register for padd / psub
-                  and pmuls is same ( only for A0 or A1 )
-                  If last nibble is 1010 then A0 is used in both padd / psub
-                  and pmuls. If it is 1111 then A1 is used as destination
-                  register in both padd / psub and pmuls */
+               /* Generate warning if the destination register for padd / psub
+                  and pmuls is the same ( only for A0 or A1 ).
+                  If the last nibble is 1010 then A0 is used in both
+                  padd / psub and pmuls. If it is 1111 then A1 is used
+                  as destination register in both padd / psub and pmuls.  */
 
                if ((((field_b | reg_efg) & 0x000F) == 0x000A)
                    || (((field_b | reg_efg) & 0x000F) == 0x000F))
This page took 0.02847 seconds and 4 git commands to generate.