diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
commit | cc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch) | |
tree | 5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /bfd/elf32-mep.c | |
parent | 4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff) | |
download | gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2 |
Fix spelling mistakes.
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 b688d67..6fecb25 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; |