From: Ronan Desplanques Date: Thu, 5 Jun 2025 08:51:20 +0000 (+0200) Subject: ada: Fix typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf9080aec7731a5749442c1c2f1eb04c47ee2356;p=thirdparty%2Fgcc.git ada: Fix typo in comment gcc/ada/ChangeLog: * exp_ch7.adb (Build_Record_Deep_Procs): Fix typo in comment. --- 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 --