* binary.c (binary_set_section_contents): Second grammar fix.
+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
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);
}