From 00fd8294caee09fda9248f1787000c56c270e608 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 18 Sep 1997 00:43:19 +0000 Subject: [PATCH] Corrected spelling mistake! --- gas/ChangeLog | 2 ++ gas/config/tc-v850.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 852303a3d9..fa1dffa625 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 bd80de7623..b18cf24353 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; } -- 2.34.1