From bf9080aec7731a5749442c1c2f1eb04c47ee2356 Mon Sep 17 00:00:00 2001 From: Ronan Desplanques Date: Thu, 5 Jun 2025 10:51:20 +0200 Subject: [PATCH] ada: Fix typo in comment gcc/ada/ChangeLog: * exp_ch7.adb (Build_Record_Deep_Procs): Fix typo in comment. --- gcc/ada/exp_ch7.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch7.adb b/gcc/ada/exp_ch7.adb index 381294b05d6..95a790e5cee 100644 --- a/gcc/ada/exp_ch7.adb +++ b/gcc/ada/exp_ch7.adb @@ -436,7 +436,7 @@ package body Exp_Ch7 is procedure Build_Record_Deep_Procs (Typ : Entity_Id); -- Build the deep Initialize/Adjust/Finalize for a record Typ with - -- Has_Component_Component set and store them using the TSS mechanism. + -- Has_Controlled_Component set and store them using the TSS mechanism. -------------------------------- -- Transient Scope Management -- -- 2.47.3