summaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-23 22:12:43 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-04-23 22:12:43 +0000
commitdbdb37a354c29d24260e37e87f55e032352f6a90 (patch)
tree6e57ab595dfa1d7fd666634b2d0f42ea35704c08 /gas/config/tc-sh.c
parent4abead8d54648b2b180481f127900bed69f1bb8e (diff)
downloadbinutils-redhat-dbdb37a354c29d24260e37e87f55e032352f6a90.tar.gz
* config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,
config/tc-cris.c, config/tc-crx.c, config/tc-i386.c, config/tc-ia64.c, config/tc-maxq.c, config/tc-maxq.h, config/tc-mips.c, config/tc-msp430.c, config/tc-sh.c, config/tc-tic4x.c, config/tc-xtensa.c: Fix comment typos.
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r--gas/config/tc-sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c
index acf62aef21..fa352d6e5f 100644
--- a/gas/config/tc-sh.c
+++ b/gas/config/tc-sh.c
@@ -2798,7 +2798,7 @@ md_assemble (char *str)
if (opcode == NULL)
{
/* The opcode is not in the hash table.
- This means we definately have an assembly failure,
+ This means we definitely have an assembly failure,
but the instruction may be valid in another CPU variant.
In this case emit something better than 'unknown opcode'.
Search the full table in sh-opc.h to check. */