]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
checks.ads: Minor comment fix
authorBob Duff <duff@adacore.com>
Tue, 5 Aug 2008 09:28:03 +0000 (11:28 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 09:28:03 +0000 (11:28 +0200)
2008-08-05  Bob Duff  <duff@adacore.com>

* checks.ads: Minor comment fix

From-SVN: r138685

gcc/ada/checks.ads

index 7b231473c8144fff5dfafb2d4bd60907f2540c66..4a721021823cea0e3983e49f2f0b135c5e9ae1c9 100644 (file)
@@ -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