]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sem_ch12.adb: Minor comment reformatting
authorThomas Quinot <quinot@adacore.com>
Fri, 1 Aug 2008 09:31:18 +0000 (11:31 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2008 09:31:18 +0000 (11:31 +0200)
2008-08-01  Thomas Quinot  <quinot@adacore.com>

* sem_ch12.adb: Minor comment reformatting

From-SVN: r138502

gcc/ada/sem_ch12.adb

index 48011e71ade79b4c32af25d6e9f34b339d6a70cd..282104fdd9a5088f60e214f95db59d22f3e3fcc9 100644 (file)
@@ -10877,11 +10877,11 @@ package body Sem_Ch12 is
                Set_Is_Immediately_Visible (P, False);
 
             --  If the current scope is itself an instantiation of a generic
-            --  nested within P, and we are in the private part of body of
-            --  this instantiation, restore the full views of P, that were
-            --  removed in End_Package_Scope above. This obscure case can
-            --  occur when a subunit of a generic contains an instance of
-            --  of a child unit of its generic parent unit.
+            --  nested within P, and we are in the private part of body of this
+            --  instantiation, restore the full views of P, that were removed
+            --  in End_Package_Scope above. This obscure case can occur when a
+            --  subunit of a generic contains an instance of a child unit of
+            --  its generic parent unit.
 
             elsif S = Current_Scope
               and then Is_Generic_Instance (S)