Commit 05231b21 by Bob Duff Committed by Arnaud Charlet

checks.ads: Minor comment fix

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

	* checks.ads: Minor comment fix

From-SVN: r138685
parent 37efd88e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment