Second fix for grammar in error message.
authorNick Clifton <nickc@redhat.com>
Tue, 12 Jul 2016 14:46:02 +0000 (15:46 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 12 Jul 2016 14:46:02 +0000 (15:46 +0100)
* binary.c (binary_set_section_contents): Second grammar fix.

bfd/ChangeLog
bfd/binary.c

index 38a645aad3e5d4d7e687c1ebe3a01ef47cbcf808..7898512b9490df6296a846ddb60244fecaeeb843 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-12  Nick Clifton  <nickc@redhat.com>
+
+       * binary.c (binary_set_section_contents): Second grammar fix.
+
 2016-07-12  Douglas B Rupp  <rupp@adacore.com>
 
        * binary.c (binary_set_section_contents): Fix grammar in warning
index 6cec8e810121b23ec2c6e706431ca8c19a1d13a4..d2fd2931db0b7258af19c2d4c81ff32655df494b 100644 (file)
@@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd,
 
          if (s->filepos < 0)
            (*_bfd_error_handler)
-             (_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
+             (_("Warning: Writing section `%s' at huge (ie negative) file offset 0x%lx."),
               bfd_get_section_name (abfd, s),
               (unsigned long) s->filepos);
        }
This page took 0.053892 seconds and 4 git commands to generate.