summaryrefslogtreecommitdiff
path: root/gcc/ada/checks.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/checks.ads')
-rw-r--r--gcc/ada/checks.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads
index 7244e3c6a66..07fdc5dc3c8 100644
--- a/gcc/ada/checks.ads
+++ b/gcc/ada/checks.ads
@@ -245,8 +245,7 @@ package Checks is
procedure Apply_Predicate_Check (N : Node_Id; Typ : Entity_Id);
-- N is an expression to which a predicate check may need to be applied
- -- for Typ, if Typ has a predicate function. The check is applied only
- -- if the type of N does not match Typ.
+ -- for Typ, if Typ has a predicate function.
procedure Apply_Type_Conversion_Checks (N : Node_Id);
-- N is an N_Type_Conversion node. A type conversion actually involves