bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in bfd/elflink.h


From: Castor Fu
Subject: typo in bfd/elflink.h
Date: Mon, 17 Sep 2001 12:41:15 -0700 (PDT)

At line 5602 of bfd/elflink.h we have:

                  if (isec->symbol->value != isym->st_value)
                    (*_bfd_error_handler)
                      (_("%s: invalid section symbol index 0x%x (%s) ingored"),
                       bfd_get_filename (input_bfd), isym->st_shndx,
                       name);

"ingored" should probably be "ignored".

This exists in binutils-2.11.2 and has been there for a while.

        -castor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]