summaryrefslogtreecommitdiffstats
path: root/gas/config/tc-m32r.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-22 02:35:31 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-22 02:35:31 +0000
commit67c1ffbec916d2c18096f2a285d4f5812f20bd24 (patch)
treedfbb51279d89bfa089ec3a28a04bd665ad50f2cf /gas/config/tc-m32r.c
parent834ddcc491ace97284f1ec0edd55a863e9485e95 (diff)
downloadppe42-binutils-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.gz
ppe42-binutils-67c1ffbec916d2c18096f2a285d4f5812f20bd24.zip
* config/tc-a29k.h: Fix comment typos.
* config/tc-arm.c: Likewise. * config/tc-dlx.h: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-m32r.c: Likewise. * config/tc-m68hc11.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-mcore.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-mmix.c: Likewise. * config/tc-msp430.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-or32.c: Likewise. * config/tc-or32.h: Likewise. * config/tc-pj.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh64.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-sparc.c: Likewise.
Diffstat (limited to 'gas/config/tc-m32r.c')
-rw-r--r--gas/config/tc-m32r.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c
index f601504f8a..dc640c4bf9 100644
--- a/gas/config/tc-m32r.c
+++ b/gas/config/tc-m32r.c
@@ -762,7 +762,7 @@ assemble_two_insns (str, str2, parallel_p)
char *errmsg;
char save_str2 = *str2;
- /* Seperate the two instructions. */
+ /* Separate the two instructions. */
*str2 = 0;
/* Make sure the two insns begin on a 32 bit boundary.
@@ -1017,14 +1017,14 @@ md_assemble (str)
/* Initialize GAS's cgen interface for a new instruction. */
gas_cgen_init_parse ();
- /* Look for a parallel instruction seperator. */
+ /* Look for a parallel instruction separator. */
if ((str2 = strstr (str, "||")) != NULL)
{
assemble_two_insns (str, str2, 1);
return;
}
- /* Also look for a sequential instruction seperator. */
+ /* Also look for a sequential instruction separator. */
if ((str2 = strstr (str, "->")) != NULL)
{
assemble_two_insns (str, str2, 0);
OpenPOWER on IntegriCloud