]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
exp_ch7.adb: Minor comment fix
authorBob Duff <duff@adacore.com>
Fri, 22 Aug 2008 12:41:42 +0000 (14:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 Aug 2008 12:41:42 +0000 (14:41 +0200)
2008-08-22  Bob Duff  <duff@adacore.com>

* exp_ch7.adb: Minor comment fix

From-SVN: r139448

gcc/ada/exp_ch7.adb

index 0140c7677f7550011593ac9a49fbfca0c6ae7b7c..fb0f7dcb021de8e45832f20d3a7640f35841b499 100644 (file)
@@ -854,7 +854,7 @@ package body Exp_Ch7 is
 
       function Has_Some_Controlled_Component (Rec : Entity_Id) return Boolean;
       --  If type is not frozen yet, check explicitly among its components,
-      --  because flag is not necessarily set.
+      --  because the Has_Controlled_Component flag is not necessarily set.
 
       -----------------------------------
       -- Has_Some_Controlled_Component --