aboutsummaryrefslogtreecommitdiff
path: root/bfd/binary.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-07-12 15:46:02 +0100
committerNick Clifton <nickc@redhat.com>2016-07-12 15:46:02 +0100
commitcf143069f39b4feeeca175f88b6d1a5c1cb0fee4 (patch)
treedc3e60c98df91d3de09a4485b9ee9ec7e71658f7 /bfd/binary.c
parent3cfe46b618f140ce93de3cdbe9693b51eea4acf3 (diff)
downloadgdb-cf143069f39b4feeeca175f88b6d1a5c1cb0fee4.zip
gdb-cf143069f39b4feeeca175f88b6d1a5c1cb0fee4.tar.gz
gdb-cf143069f39b4feeeca175f88b6d1a5c1cb0fee4.tar.bz2
Second fix for grammar in error message.
* binary.c (binary_set_section_contents): Second grammar fix.
Diffstat (limited to 'bfd/binary.c')
-rw-r--r--bfd/binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/binary.c b/bfd/binary.c
index 6cec8e8..d2fd293 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);
}