From: Bob Duff Date: Fri, 22 Aug 2008 12:41:42 +0000 (+0200) Subject: exp_ch7.adb: Minor comment fix X-Git-Tag: releases/gcc-4.4.0~2955 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25bb6a4e0711f7db2df5089d4054c3cf6c15025d;p=thirdparty%2Fgcc.git exp_ch7.adb: Minor comment fix 2008-08-22 Bob Duff * exp_ch7.adb: Minor comment fix From-SVN: r139448 --- diff --git a/gcc/ada/exp_ch7.adb b/gcc/ada/exp_ch7.adb index 0140c7677f75..fb0f7dcb021d 100644 --- a/gcc/ada/exp_ch7.adb +++ b/gcc/ada/exp_ch7.adb @@ -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 --