]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: sframe: fix typo in comments
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 6 Jun 2025 20:36:04 +0000 (13:36 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 6 Jun 2025 20:44:52 +0000 (13:44 -0700)
bfd/
* elflink.c (elf_link_input_bfd): Replace ctf frame with SFrame.

bfd/elflink.c

index 919f2a7fd02425a15b9ac4e3d91386c20bb588b6..b1b70ca0a1d579250b73b28ce1c750dbab7fcd66 100644 (file)
@@ -12232,9 +12232,9 @@ elf_link_input_bfd (struct elf_final_link_info *flinfo, bfd *input_bfd)
          break;
        case SEC_INFO_TYPE_SFRAME:
            {
-             /* Merge .sframe sections into the ctf frame encoder
-                context of the output_bfd's section.  The final .sframe
-                output section will be written out later.  */
+             /* Merge SFrame section into the SFrame encoder context of the
+                output_bfd's section.  The final .sframe output section will
+                be written out later.  */
              if (!_bfd_elf_merge_section_sframe (output_bfd, flinfo->info,
                                                  o, contents))
                return false;