summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-18 07:55:39 +0000
committerNick Clifton <nickc@redhat.com>2001-09-18 07:55:39 +0000
commit417412a27c87b0e738a21122a38d48aa35317eb8 (patch)
tree523f8b92bc5d862fe6984e067743b8a2090e13d0
parent2b65245ef4e04dd3ab045f0207aee8efbfd0a8ae (diff)
downloadppe42-binutils-417412a27c87b0e738a21122a38d48aa35317eb8.tar.gz
ppe42-binutils-417412a27c87b0e738a21122a38d48aa35317eb8.zip
Fix typo
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elflink.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9b4fd10b9a..2dcc0253f6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-18 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * elflink.h (elf_link_input_bfd): Fix typo in error message.
+
2001-09-17 H.J. Lu <hjl@gnu.org>
* dwarf1.c (parse_die): Take a new arg for the end of the
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 0da2f0e76e..e7ea66a4ab 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -5980,7 +5980,7 @@ elf_link_input_bfd (finfo, input_bfd)
{
if (isec->symbol->value != isym->st_value)
(*_bfd_error_handler)
- (_("%s: invalid section symbol index 0x%x (%s) ingored"),
+ (_("%s: invalid section symbol index 0x%x (%s) ignored"),
bfd_get_filename (input_bfd), isym->st_shndx,
name);
continue;
OpenPOWER on IntegriCloud