[COMMITTED] bfd: sframe: fix typo in comments

Indu Bhagat indu.bhagat@oracle.com
Fri Jun 6 20:50:06 GMT 2025


Committed as obvious.

bfd/
	* elflink.c (elf_link_input_bfd): Replace ctf frame with SFrame.
---
 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;
-- 
2.43.0



More information about the Binutils mailing list