aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.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/elfxx-mips.c
parentf8b960bc801b0a6fb202fb0b0e77b215d66f6c17 (diff)
downloadfsf-binutils-gdb-582386937d77d7702f2177f3f394a1be44ce7b77.zip
fsf-binutils-gdb-582386937d77d7702f2177f3f394a1be44ce7b77.tar.gz
fsf-binutils-gdb-582386937d77d7702f2177f3f394a1be44ce7b77.tar.bz2
oops - spelling fixes accidentally omitted from previous delta.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 815b6af..5c4636a 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -1,6 +1,7 @@
/* MIPS-specific support for ELF
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+ Free Software Foundation, Inc.
Most of the information added by Ian Lance Taylor, Cygnus Support,
<ian@cygnus.com>.
@@ -12525,7 +12526,7 @@ _bfd_mips_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
bfd_boolean null_input_bfd = TRUE;
asection *sec;
- /* Check if we have the same endianess */
+ /* Check if we have the same endianness. */
if (! _bfd_generic_verify_endian_match (ibfd, obfd))
{
(*_bfd_error_handler)