]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix typo in comment
authorRonan Desplanques <desplanques@adacore.com>
Thu, 5 Jun 2025 08:51:20 +0000 (10:51 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 3 Jul 2025 08:16:23 +0000 (10:16 +0200)
gcc/ada/ChangeLog:

* exp_ch7.adb (Build_Record_Deep_Procs): Fix typo in comment.

gcc/ada/exp_ch7.adb

index 381294b05d61fef928ba4026cc80de0422a1d7e3..95a790e5cee890684d113ffd7a9fd72797e641cf 100644 (file)
@@ -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 --