[Ada] Minor comment fix
authorBob Duff <duff@adacore.com>
Wed, 30 May 2018 08:56:35 +0000 (08:56 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 30 May 2018 08:56:35 +0000 (08:56 +0000)
2018-05-30  Bob Duff  <duff@adacore.com>

gcc/ada/

* exp_ch7.adb: Minor comment fix.

From-SVN: r260926

gcc/ada/ChangeLog
gcc/ada/exp_ch7.adb

index e5b1868f67c5216805b0c0d6065eed4ff48e8313..84ac852c3e3020166536e2d6867a96dfe8275ad2 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-30  Bob Duff  <duff@adacore.com>
+
+       * exp_ch7.adb: Minor comment fix.
+
 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
 
        * exp_unst.adb (Visit_Node): Handle properly subprogram instantiations
index e5285fa1f4f4f138028202efe5903a9ff0889cd2..3e7f9428f5151dbc48d9a04553b0687cc9356f35 100644 (file)
@@ -4175,12 +4175,12 @@ package body Exp_Ch7 is
 
             --    for Obj of Container loop
 
-            --  Routine Wrap_Transient_Declaration however does not generate a
-            --  physical block as wrapping a declaration will kill it too ealy.
-            --  To handle this peculiar case, mark the related iterator loop as
-            --  requiring the secondary stack. This signals the finalization
-            --  machinery to manage the secondary stack (see routine
-            --  Process_Statements_For_Controlled_Objects).
+            --  Routine Wrap_Transient_Declaration however does not generate
+            --  a physical block as wrapping a declaration will kill it too
+            --  early. To handle this peculiar case, mark the related iterator
+            --  loop as requiring the secondary stack. This signals the
+            --  finalization machinery to manage the secondary stack (see
+            --  routine Process_Statements_For_Controlled_Objects).
 
             Iter_Loop := Find_Enclosing_Iterator_Loop (Trans_Scop);