From 05231b21e0d27a9969b3762de1e8363994a064b6 Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Tue, 5 Aug 2008 11:28:03 +0200 Subject: [PATCH] checks.ads: Minor comment fix 2008-08-05 Bob Duff * checks.ads: Minor comment fix From-SVN: r138685 --- gcc/ada/checks.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads index 7b231473c81..4a721021823 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 -- 2.30.2