mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
bfd: fix a minor typo
This commit is contained in:
@@ -14058,7 +14058,7 @@ _bfd_elf_gc_mark_rsec (struct bfd_link_info *info, asection *sec,
|
|||||||
h = get_ext_sym_hash_from_cookie (cookie, r_symndx);
|
h = get_ext_sym_hash_from_cookie (cookie, r_symndx);
|
||||||
if (h == NULL)
|
if (h == NULL)
|
||||||
{
|
{
|
||||||
/* A corrup tinput file can lead to a situation where the index
|
/* A corrupt input file can lead to a situation where the index
|
||||||
does not reference either a local or an external symbol. */
|
does not reference either a local or an external symbol. */
|
||||||
if (r_symndx >= cookie->locsymcount)
|
if (r_symndx >= cookie->locsymcount)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user