diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index daa96df..abe71b2 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -7196,7 +7196,7 @@ package body Exp_Ch3 is -- We always use the type of the expression for the qualified -- expression, rather than the return object's type. We cannot -- always use the return object's type because the expression - -- might be of a specific type and the result object mignt not. + -- might be of a specific type and the return object mignt not. Alloc := Make_Allocator (Loc, |