]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix grammar in error message.
authorDouglas B Rupp <rupp@adacore.com>
Tue, 12 Jul 2016 10:05:13 +0000 (11:05 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 12 Jul 2016 10:05:13 +0000 (11:05 +0100)
* binary.c (binary_set_section_contents): Fix grammar in warning
message.

bfd/ChangeLog
bfd/binary.c

index 562d963bc36682f1c92d1aedf5e28eb6edbe4c06..38a645aad3e5d4d7e687c1ebe3a01ef47cbcf808 100644 (file)
@@ -1,3 +1,8 @@
+2016-07-12  Douglas B Rupp  <rupp@adacore.com>
+
+       * binary.c (binary_set_section_contents): Fix grammar in warning
+       message.
+
 2016-07-11  Cupertino Miranda  <cmiranda@synopsys.com>
 
        * elf32-arc.c: made PR_DEBUG always defined.
index 2223b5d2dfc5b2e4fb10a607f7070660d22d6818..6cec8e810121b23ec2c6e706431ca8c19a1d13a4 100644 (file)
@@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd,
 
          if (s->filepos < 0)
            (*_bfd_error_handler)
-             (_("Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."),
+             (_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
               bfd_get_section_name (abfd, s),
               (unsigned long) s->filepos);
        }