]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: fix a minor typo
authorIndu Bhagat <indu.bhagat@oracle.com>
Mon, 16 Jun 2025 22:33:20 +0000 (15:33 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Mon, 16 Jun 2025 22:34:27 +0000 (15:34 -0700)
bfd/elflink.c

index b1b70ca0a1d579250b73b28ce1c750dbab7fcd66..666399bc6809f6eeb7cd708bb34e020816a1a11e 100644 (file)
@@ -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 corrupinput 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;