diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 09:28:03 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 09:28:03 +0000 |
commit | 080ba24b9cd49d86008608b9490c9485f374368d (patch) | |
tree | 43b5da3432278edc6365dc67a12cb75cf2c8ad30 | |
parent | de19cf1d1b867a61f655506f4d6413a2c3dff189 (diff) | |
download | gcc-080ba24b9cd49d86008608b9490c9485f374368d.tar.gz |
2008-08-05 Bob Duff <duff@adacore.com>
* checks.ads: Minor comment fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138685 138bc75d-0d04-0410-961f-82ee72b054a4
-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 7b231473c81..4a721021823 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 |