summaryrefslogtreecommitdiffstats
path: root/bfd/elf64-ppc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-03 10:11:06 +0000
committerNick Clifton <nickc@redhat.com>2011-06-03 10:11:06 +0000
commit582386937d77d7702f2177f3f394a1be44ce7b77 (patch)
tree7690478bcec4f6ba96bffddf34c4e70bc01cb174 /bfd/elf64-ppc.c
parentf8b960bc801b0a6fb202fb0b0e77b215d66f6c17 (diff)
downloadppe42-binutils-582386937d77d7702f2177f3f394a1be44ce7b77.tar.gz
ppe42-binutils-582386937d77d7702f2177f3f394a1be44ce7b77.zip
oops - spelling fixes accidentally omitted from previous delta.
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r--bfd/elf64-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c
index 8fff7fb99d..70e2a8a5dc 100644
--- a/bfd/elf64-ppc.c
+++ b/bfd/elf64-ppc.c
@@ -2733,7 +2733,7 @@ ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
static bfd_boolean
ppc64_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
{
- /* Check if we have the same endianess. */
+ /* Check if we have the same endianness. */
if (ibfd->xvec->byteorder != obfd->xvec->byteorder
&& ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
&& obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
OpenPOWER on IntegriCloud