diff options
author | Bob Duff <duff@adacore.com> | 2008-08-05 11:28:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-05 11:28:03 +0200 |
commit | 05231b21e0d27a9969b3762de1e8363994a064b6 (patch) | |
tree | 43b5da3432278edc6365dc67a12cb75cf2c8ad30 /gcc | |
parent | 37efd88e58c08ed72d6dc3fa4c2e4eff1ff04b6f (diff) | |
download | gcc-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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/checks.ads | 2 |
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 |