aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2021-07-06 14:56:05 +0100
committerNick Clifton <nickc@redhat.com>2021-07-06 14:56:05 +0100
commit579f0281f38afffe2ae5692f6ce61598c5dbfe8c (patch)
treecd5dc6ba22b6fa0ddf5a54580b6861f87b2eecfb /bfd/coff64-rs6000.c
parent235f5ef4a6b8fbdcfaea8b629f7c6a9792a789de (diff)
downloadgdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.zip
gdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.tar.gz
gdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.tar.bz2
PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -> relocation.
Diffstat (limited to 'bfd/coff64-rs6000.c')
-rw-r--r--bfd/coff64-rs6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c
index 9e9f9c2..e66d75f 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -1570,7 +1570,7 @@ xcoff64_ppc_relocate_section (bfd *output_bfd,
default:
_bfd_error_handler
- (_("%pB: relocatation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
+ (_("%pB: relocation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
" r_rsize (0x%x)\n"),
input_bfd, rel->r_type, rel->r_vaddr, rel->r_size);
return false;