summaryrefslogtreecommitdiff
path: root/gcc/ada/validsw.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/validsw.ads')
-rw-r--r--gcc/ada/validsw.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/validsw.ads b/gcc/ada/validsw.ads
index afc4fa55ae3..db9ceb214b8 100644
--- a/gcc/ada/validsw.ads
+++ b/gcc/ada/validsw.ads
@@ -78,7 +78,7 @@ package Validsw is
Validity_Check_In_Params : Boolean := False;
-- Controls the validity checking of IN parameters. If this switch is
- -- set to True using -gnatVm or an 'i' in the argument of a pragma
+ -- set to True using -gnatVi or an 'i' in the argument of a pragma
-- Validity_Checks, then the initial value of all IN parameters
-- will be checked at the point of call of a procedure or function.