diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-18 00:43:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-18 00:43:19 +0000 |
commit | 00fd8294caee09fda9248f1787000c56c270e608 (patch) | |
tree | 575fe32b62493fa4dfd4ec0642e0f37cc1767f44 /gas/config/tc-v850.c | |
parent | 936a8f5549a4cb2be9d143b03ed7f7097fb1af05 (diff) | |
download | gdb-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.c | 2 |
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; } |