mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:39:05 +08:00
Fix spelling typos.
This commit is contained in:

committed by
Nick Clifton

parent
c5ed057625
commit
de194d8575
@ -6220,7 +6220,7 @@ evax_bfd_print_etir (FILE *file, const char *name,
|
||||
fprintf (file, _("OPR_ADD (add)\n"));
|
||||
break;
|
||||
case ETIR__C_OPR_SUB:
|
||||
fprintf (file, _("OPR_SUB (substract)\n"));
|
||||
fprintf (file, _("OPR_SUB (subtract)\n"));
|
||||
break;
|
||||
case ETIR__C_OPR_MUL:
|
||||
fprintf (file, _("OPR_MUL (multiply)\n"));
|
||||
|
Reference in New Issue
Block a user