summaryrefslogtreecommitdiff
path: root/bfd/elf32-mcore.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 13:43:13 +0000
committerNick Clifton <nickc@redhat.com>2011-06-02 13:43:13 +0000
commita201aa13ac05b7a2dd238ef59f49a9c64004224b (patch)
tree3318c9d6158f0622a4b5ad2e7800d83d5b3e9694 /bfd/elf32-mcore.c
parent915afe34a3e2f04207eeb8c7d42958be83dbfdf5 (diff)
downloadgdb-a201aa13ac05b7a2dd238ef59f49a9c64004224b.tar.gz
Fix spelling mistakes.
Diffstat (limited to 'bfd/elf32-mcore.c')
-rw-r--r--bfd/elf32-mcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-mcore.c b/bfd/elf32-mcore.c
index 0863b44b207..31cc095372b 100644
--- a/bfd/elf32-mcore.c
+++ b/bfd/elf32-mcore.c
@@ -1,6 +1,6 @@
/* Motorola MCore specific support for 32-bit ELF
Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007 Free Software Foundation, Inc.
+ 2007, 2011 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -55,7 +55,7 @@ mcore_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
flagword old_flags;
flagword new_flags;
- /* Check if we have the same endianess. */
+ /* Check if we have the same endianness. */
if (! _bfd_generic_verify_endian_match (ibfd, obfd))
return FALSE;