]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-msp430.c
* config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,
[thirdparty/binutils-gdb.git] / gas / config / tc-msp430.c
index 6978b85a3e1af31f259615b5a2e5f8baf739ae94..43094cae4cfb2f436b8700c26457cc4c0712a6db 100644 (file)
@@ -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)