aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.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
commit708587a480f09e6dfabb9680c932113e55b79a46 (patch)
treebba5442959b3f555713816ddca010d7debc8936f /gas/config/tc-msp430.c
parentd8006e059231424441dd03301a2838e8547a9947 (diff)
downloadfsf-binutils-gdb-708587a480f09e6dfabb9680c932113e55b79a46.zip
fsf-binutils-gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.gz
fsf-binutils-gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.bz2
* 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-msp430.c')
-rw-r--r--gas/config/tc-msp430.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c
index 6978b85..43094ca 100644
--- a/gas/config/tc-msp430.c
+++ b/gas/config/tc-msp430.c
@@ -34,7 +34,7 @@
/*
We will disable polymorphs by default because it is dangerous.
- The potencial problem here is the following: assume we got the
+ The potential problem here is the following: assume we got the
following code:
jump .l1
@@ -487,7 +487,7 @@ skip_space (char * s)
return s;
}
-/* Extract one word from FROM and copy it to TO. Delimeters are ",;\n" */
+/* Extract one word from FROM and copy it to TO. Delimiters are ",;\n" */
static char *
extract_operand (char * from, char * to, int limit)