diff options
Diffstat (limited to 'gas/config/tc-sh64.c')
-rw-r--r-- | gas/config/tc-sh64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c index 7c401b90491..7a6f830e405 100644 --- a/gas/config/tc-sh64.c +++ b/gas/config/tc-sh64.c @@ -2459,7 +2459,7 @@ shmedia_find_cooked_opcode (char **str_p) /* The machine independent code will convert CMP/EQ into cmp/EQ because it thinks the '/' is the end of the symbol. Moreover, all but the first sub-insn is a parallel processing insn won't - be capitailzed. Instead of hacking up the machine independent + be capitalized. Instead of hacking up the machine independent code, we just deal with it here. */ c = TOLOWER (c); name[nlen] = c; |