Second fix for grammar in error message.
* binary.c (binary_set_section_contents): Second grammar fix.
This commit is contained in:
parent
3cfe46b618
commit
cf143069f3
2 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue