[binutils-gdb] bfd: sframe: fix typo in comments
Indu Bhagat
ibhagat@sourceware.org
Fri Jun 6 20:45:25 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3ba8e33726e78ea43b3bb2b0f1a26059b45b8e7e
commit 3ba8e33726e78ea43b3bb2b0f1a26059b45b8e7e
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date: Fri Jun 6 13:36:04 2025 -0700
bfd: sframe: fix typo in comments
bfd/
* elflink.c (elf_link_input_bfd): Replace ctf frame with SFrame.
Diff:
---
bfd/elflink.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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;
More information about the Binutils-cvs
mailing list