aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2008-08-05 11:28:03 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-05 11:28:03 +0200
commit05231b21e0d27a9969b3762de1e8363994a064b6 (patch)
tree43b5da3432278edc6365dc67a12cb75cf2c8ad30
parent37efd88e58c08ed72d6dc3fa4c2e4eff1ff04b6f (diff)
downloadgcc-05231b21e0d27a9969b3762de1e8363994a064b6.zip
gcc-05231b21e0d27a9969b3762de1e8363994a064b6.tar.gz
gcc-05231b21e0d27a9969b3762de1e8363994a064b6.tar.bz2
checks.ads: Minor comment fix
2008-08-05 Bob Duff <duff@adacore.com> * checks.ads: Minor comment fix From-SVN: r138685
-rw-r--r--gcc/ada/checks.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads
index 7b23147..4a72102 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