OSDN Git Service

Fix typo
authorNick Clifton <nickc@redhat.com>
Tue, 18 Sep 2001 07:55:39 +0000 (07:55 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 18 Sep 2001 07:55:39 +0000 (07:55 +0000)
bfd/ChangeLog
bfd/elflink.h

index 9b4fd10..2dcc025 100644 (file)
@@ -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
index 0da2f0e..e7ea66a 100644 (file)
@@ -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;