aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
committerAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
commita86852103bb20a87c714d338230b265c94fc5272 (patch)
tree522c035856ba765f8d7f89f0d06ff7afed3ba0bd /bfd/vms-alpha.c
parented668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff)
downloadgdb-a86852103bb20a87c714d338230b265c94fc5272.zip
gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.gz
gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.bz2
typo fixes
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 8b98560..3383b0f 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -7849,7 +7849,7 @@ evax_bfd_print_image (bfd *abfd, FILE *file)
}
if (lpfixoff != 0)
{
- fprintf (file, _(" Linkage Pairs Referece Fixups:\n"));
+ fprintf (file, _(" Linkage Pairs Reference Fixups:\n"));
evax_bfd_print_reference_fixups (file, buf + lpfixoff);
}
if (chgprtoff)