diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-18 07:55:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-18 07:55:39 +0000 |
commit | 417412a27c87b0e738a21122a38d48aa35317eb8 (patch) | |
tree | 523f8b92bc5d862fe6984e067743b8a2090e13d0 /bfd | |
parent | 2b65245ef4e04dd3ab045f0207aee8efbfd0a8ae (diff) | |
download | binutils-417412a27c87b0e738a21122a38d48aa35317eb8.zip binutils-417412a27c87b0e738a21122a38d48aa35317eb8.tar.gz binutils-417412a27c87b0e738a21122a38d48aa35317eb8.tar.bz2 |
Fix typo
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elflink.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9b4fd10..2dcc025 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 0da2f0e..e7ea66a 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; |