diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38a645aad3..7898512b94 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2016-07-12 Nick Clifton + + * binary.c (binary_set_section_contents): Second grammar fix. + 2016-07-12 Douglas B Rupp * binary.c (binary_set_section_contents): Fix grammar in warning diff --git a/bfd/binary.c b/bfd/binary.c index 6cec8e8101..d2fd2931db 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -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); }