diff options
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r-- | gcc/ada/exp_ch3.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index f2b3eaff0e3..4f9df51c11d 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -4428,8 +4428,8 @@ package body Exp_Ch3 is -- unconstrained nominal subtype, then it acquired its constraints -- from the expression in the first place, and not only does this -- mean that the constraint check is not needed, but an attempt to - -- perform the constraint check can cause order order of - -- elaboration problems. + -- perform the constraint check can cause order of elaboration + -- problems. if not Is_Constr_Subt_For_U_Nominal (Typ) then |