Fix spelling typos.
[deliverable/binutils-gdb.git] / gas / config / tc-tic4x.c
index 50db237f7140bd03f387ec80b85e29c4cbaa81b8..0953815cac3022923bf145bda0a64631c04fbf37 100644 (file)
@@ -2353,7 +2353,7 @@ tic4x_insn_check (tic4x_insn_t *tinsn)
       if (tinsn->operands[1].mode == M_REGISTER
          && tinsn->operands[tinsn->num_operands-1].mode == M_REGISTER
          && tinsn->operands[1].expr.X_add_number == tinsn->operands[tinsn->num_operands-1].expr.X_add_number )
-        as_warn (_("Equal parallell destination registers, one result will be discarded"));
+        as_warn (_("Equal parallel destination registers, one result will be discarded"));
     }
 }
 
This page took 0.022829 seconds and 4 git commands to generate.