diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-19 14:31:07 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-19 14:31:07 +0000 |
commit | 7dd04abd82e51484e3bdf081a378ca41e980f3db (patch) | |
tree | 8e49b864993bf5ee57142fd649257b88b4703c46 | |
parent | 5db33d76e135084aeffd36529325a76376cbf6e0 (diff) | |
download | ppe42-binutils-7dd04abd82e51484e3bdf081a378ca41e980f3db.tar.gz ppe42-binutils-7dd04abd82e51484e3bdf081a378ca41e980f3db.zip |
Typo fixes in comment.
-rw-r--r-- | gas/config/tc-sh.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 968ab4cdc4..3faa94cdfe 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -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)) |