aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-v850.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-18 00:43:19 +0000
committerNick Clifton <nickc@redhat.com>1997-09-18 00:43:19 +0000
commit00fd8294caee09fda9248f1787000c56c270e608 (patch)
tree575fe32b62493fa4dfd4ec0642e0f37cc1767f44 /gas/config/tc-v850.c
parent936a8f5549a4cb2be9d143b03ed7f7097fb1af05 (diff)
downloadgdb-00fd8294caee09fda9248f1787000c56c270e608.zip
gdb-00fd8294caee09fda9248f1787000c56c270e608.tar.gz
gdb-00fd8294caee09fda9248f1787000c56c270e608.tar.bz2
Corrected spelling mistake!
Diffstat (limited to 'gas/config/tc-v850.c')
-rw-r--r--gas/config/tc-v850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c
index bd80de7..b18cf24 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;
}