diff options
author | Douglas B Rupp <rupp@adacore.com> | 2016-07-12 11:05:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-12 11:05:13 +0100 |
commit | f231881ea65232b3f67379326a5b605c465dffc4 (patch) | |
tree | 8fecb7856940fc3d878de3285959ccd3319db617 /bfd/binary.c | |
parent | 3eb846840f29b069a39a9d3aa4dddf423c79cf65 (diff) | |
download | gdb-f231881ea65232b3f67379326a5b605c465dffc4.zip gdb-f231881ea65232b3f67379326a5b605c465dffc4.tar.gz gdb-f231881ea65232b3f67379326a5b605c465dffc4.tar.bz2 |
Fix grammar in error message.
* binary.c (binary_set_section_contents): Fix grammar in warning
message.
Diffstat (limited to 'bfd/binary.c')
-rw-r--r-- | bfd/binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/binary.c b/bfd/binary.c index 2223b5d..6cec8e8 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); } |