2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-24 12:51:15 +08:00

checks.ads: Minor comment fix

2008-08-05  Bob Duff  <duff@adacore.com>

	* checks.ads: Minor comment fix

From-SVN: r138685
This commit is contained in:
Bob Duff 2008-08-05 11:28:03 +02:00 committed by Arnaud Charlet
parent 37efd88e58
commit 05231b21e0

@ -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