diff options
Diffstat (limited to 'bfd/elf32-mep.c')
-rw-r--r-- | bfd/elf32-mep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c index b688d679ee2..6fecb2502d3 100644 --- a/bfd/elf32-mep.c +++ b/bfd/elf32-mep.c @@ -606,7 +606,7 @@ mep_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd) flagword old_flags, new_flags; flagword old_partial, new_partial; - /* Check if we have the same endianess. */ + /* Check if we have the same endianness. */ if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE) return FALSE; |