From: Douglas B Rupp Date: Tue, 12 Jul 2016 10:05:13 +0000 (+0100) Subject: Fix grammar in error message. X-Git-Tag: gdb-7.12-branchpoint~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f231881ea65232b3f67379326a5b605c465dffc4;p=thirdparty%2Fbinutils-gdb.git Fix grammar in error message. * binary.c (binary_set_section_contents): Fix grammar in warning message. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 562d963bc36..38a645aad3e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2016-07-12 Douglas B Rupp + + * binary.c (binary_set_section_contents): Fix grammar in warning + message. + 2016-07-11 Cupertino Miranda * elf32-arc.c: made PR_DEBUG always defined. diff --git a/bfd/binary.c b/bfd/binary.c index 2223b5d2dfc..6cec8e81012 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' 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); }