Fix spelling mistakes and typos in the GAS sources.
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.c
index f0a100555d358e4eb386b419b535bb9023ef85be..b1651f9a7574231e9294fae462de3012cbaef92c 100644 (file)
@@ -1130,7 +1130,7 @@ md_begin (void)
        p->pop = &pop_table[i];
       }
 
-    /* Last entry is the centinel.  */
+    /* Last entry is the sentinel.  */
     perc_table[entry].type = perc_entry_none;
 
     qsort (perc_table, sizeof (perc_table) / sizeof (perc_table[0]),
@@ -3222,7 +3222,7 @@ sparc_ip (char *str, const struct sparc_opcode **pinsn)
                }
 
              as_bad (_("Architecture mismatch on \"%s %s\"."), str, argsStart);
-             as_tsktsk (_(" (Requires %s; requested architecture is %s.)"),
+             as_tsktsk (_("(Requires %s; requested architecture is %s.)"),
                         required_archs,
                         sparc_opcode_archs[max_architecture].name);
              return special_case;
This page took 0.024835 seconds and 4 git commands to generate.