| commit | 879d24debd2ad154776725730f70a51a7b08978d | [log] [tgz] |
|---|---|---|
| author | Indu Bhagat <indu.bhagat@oracle.com> | Mon Jun 16 15:33:20 2025 -0700 |
| committer | Indu Bhagat <indu.bhagat@oracle.com> | Mon Jun 16 15:34:27 2025 -0700 |
| tree | b187088b4476b30e086bfcec4d94926674132c79 | |
| parent | d89a57526d1714a0030705145798e5499feef87e [diff] |
bfd: fix a minor typo
diff --git a/bfd/elflink.c b/bfd/elflink.c index b1b70ca..666399b 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c
@@ -14058,7 +14058,7 @@ h = get_ext_sym_hash_from_cookie (cookie, r_symndx); 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. */ if (r_symndx >= cookie->locsymcount) return NULL;