From: Bob Duff Date: Tue, 5 Aug 2008 09:28:03 +0000 (+0200) Subject: checks.ads: Minor comment fix X-Git-Tag: releases/gcc-4.4.0~3370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05231b21e0d27a9969b3762de1e8363994a064b6;p=thirdparty%2Fgcc.git checks.ads: Minor comment fix 2008-08-05 Bob Duff * checks.ads: Minor comment fix From-SVN: r138685 --- diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads index 7b231473c814..4a721021823c 100644 --- a/gcc/ada/checks.ads +++ b/gcc/ada/checks.ads @@ -136,7 +136,7 @@ package Checks is No_Sliding : Boolean := False); -- Top-level procedure, calls all the others depending on the class of Typ. -- Checks that expression N verifies the constraint of type Typ. No_Sliding - -- is only relevant for constrained array types, id set to true, it + -- is only relevant for constrained array types, if set to True, it -- checks that indexes are in range. procedure Apply_Discriminant_Check