oops - spelling fixes accidentally omitted from previous delta.
authorNick Clifton <nickc@redhat.com>
Fri, 3 Jun 2011 10:11:06 +0000 (10:11 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Jun 2011 10:11:06 +0000 (10:11 +0000)
bfd/elf64-ppc.c
bfd/elfxx-mips.c

index 8fff7fb99d3f8c0c7ae1d45df216571a0c39f1cc..70e2a8a5dcee3796f2c04b7476aef6b43be21ba2 100644 (file)
@@ -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)
index 815b6af9aac05a69175ccf4f673962f6648502fe..5c4636a07b4b874878c8931a33918723edc3f903 100644 (file)
@@ -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)