summaryrefslogtreecommitdiff
path: root/gcc/ada/par-ch12.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/par-ch12.adb')
-rw-r--r--gcc/ada/par-ch12.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/par-ch12.adb b/gcc/ada/par-ch12.adb
index cf75f04fa15..e13216ac880 100644
--- a/gcc/ada/par-ch12.adb
+++ b/gcc/ada/par-ch12.adb
@@ -350,7 +350,7 @@ package body Ch12 is
if Token = Tok_Others then
if Ada_Version < Ada_2005 then
Error_Msg_SP
- ("partial parametrization of formal packages" &
+ ("partial parameterization of formal packages" &
" is an Ada 2005 extension");
Error_Msg_SP
("\unit must be compiled with -gnat05 switch");