From: Indu Bhagat Date: Fri, 6 Jun 2025 20:36:04 +0000 (-0700) Subject: bfd: sframe: fix typo in comments X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ba8e33726e78ea43b3bb2b0f1a26059b45b8e7e;p=thirdparty%2Fbinutils-gdb.git bfd: sframe: fix typo in comments bfd/ * elflink.c (elf_link_input_bfd): Replace ctf frame with SFrame. --- diff --git a/bfd/elflink.c b/bfd/elflink.c index 919f2a7fd02..b1b70ca0a1d 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -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;