This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Second fix for grammar in error message.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cf143069f39b4feeeca175f88b6d1a5c1cb0fee4

commit cf143069f39b4feeeca175f88b6d1a5c1cb0fee4
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jul 12 15:46:02 2016 +0100

    Second fix for grammar in error message.
    
    	* binary.c (binary_set_section_contents): Second grammar fix.

Diff:
---
 bfd/ChangeLog | 4 ++++
 bfd/binary.c  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 38a645a..7898512 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+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
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);
 	}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]