aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r--gcc/ada/exp_util.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index 36c900b..7bd90e7 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -9718,7 +9718,7 @@ package body Exp_Util is
end if;
-- Do not generate a check within an internal subprogram (stream
- -- functions and the like, including including predicate functions).
+ -- functions and the like, including predicate functions).
if Within_Internal_Subprogram then
return Make_Null_Statement (Loc);