diff options
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 9b4fd10b9a8..2dcc0253f62 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 0da2f0e76ea..e7ea66a4abf 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; |