[binutils-gdb] bfd: fix a minor typo

Indu Bhagat ibhagat@sourceware.org
Mon Jun 16 22:42:14 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=879d24debd2ad154776725730f70a51a7b08978d

commit 879d24debd2ad154776725730f70a51a7b08978d
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Mon Jun 16 15:33:20 2025 -0700

    bfd: fix a minor typo

Diff:
---
 bfd/elflink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/elflink.c b/bfd/elflink.c
index b1b70ca0a1d..666399bc680 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -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);
   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;


More information about the Binutils-cvs mailing list