From: Nick Clifton Date: Thu, 18 Sep 1997 00:43:19 +0000 (+0000) Subject: Corrected spelling mistake! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00fd8294caee09fda9248f1787000c56c270e608;p=binutils-gdb.git Corrected spelling mistake! --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 852303a3d95..fa1dffa625b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -4,6 +4,8 @@ Wed Sep 17 16:54:20 1997 Nick Clifton macro. (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions. start-sanitize-v850e + + * config/tc-v850.c (md_assemble): Corrected typo. * config/tc-v850.c Add new sections: call_table_data and call_table_text. (v850_reloc_prefix): Add support for ctoff() relocation prefix. diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index bd80de76233..b18cf24353d 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -1196,7 +1196,7 @@ md_assemble (str) if ((opcode->processors & processor_mask) == 0) { - errmsg = "Target processor doe snot support this instruction."; + errmsg = "Target processor does not support this instruction."; goto error; }