aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
authorYuri Chornovian <yurchor@ukr.net>2017-07-18 16:58:14 +0100
committerNick Clifton <nickc@redhat.com>2017-07-18 16:58:14 +0100
commitde194d8575765da6c7905d09b8675c59fad035e9 (patch)
treeb5d104395b4fb836d6b3a7687faa48d6a2544210 /bfd/vms-alpha.c
parentc5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff)
downloadgdb-de194d8575765da6c7905d09b8675c59fad035e9.zip
gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz
gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2
Fix spelling typos.
Diffstat (limited to 'bfd/vms-alpha.c')
-rw-r--r--bfd/vms-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index 91e8b6e..991a1be 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -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"));