]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 1 Jul 2012 08:23:13 +0000 (08:23 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 1 Jul 2012 08:23:13 +0000 (08:23 +0000)
message.

bfd/ChangeLog
bfd/elf.c

index 921e6794ccbf9fed9365a2263af730cddd63b020..6083702f022828f73d37c19875522acbc9aa1d1b 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error
+       message.
+
 2012-06-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf64-x86-64.c (elf_x86_64_relocate_section): Return FALSE
index 1a5354895d8b9809428df30cd9fa2fa1d2d1ff9b..cb3f72f4806aefc121488d027193c725cfa29cb0 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -1038,7 +1038,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
          if (!bfd_init_section_compress_status (abfd, newsect))
            {
              (*_bfd_error_handler)
-               (_("%B: unable to initialize commpress status for section %s"),
+               (_("%B: unable to initialize compress status for section %s"),
                 abfd, name);
              return FALSE;
            }
@@ -1058,7 +1058,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
          if (!bfd_init_section_decompress_status (abfd, newsect))
            {
              (*_bfd_error_handler)
-               (_("%B: unable to initialize decommpress status for section %s"),
+               (_("%B: unable to initialize decompress status for section %s"),
                 abfd, name);
              return FALSE;
            }