diff options
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r-- | gcc/ada/checks.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb index 1dfd0de..3851254 100644 --- a/gcc/ada/checks.adb +++ b/gcc/ada/checks.adb @@ -2769,7 +2769,7 @@ package body Checks is -- Check that a null-excluding component, formal or object is not being -- assigned a null value. Otherwise generate a warning message and - -- replace Expression (N) by an N_Contraint_Error node. + -- replace Expression (N) by an N_Constraint_Error node. if K /= N_Function_Specification then Expr := Expression (N); |