From: Marc Poulhiès Date: Mon, 16 Jan 2023 15:31:51 +0000 (+0100) Subject: ada: Fix typo in comment X-Git-Tag: basepoints/gcc-15~9289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1c1b02d6e9c8d211bb1fa634406164483236ba;p=thirdparty%2Fgcc.git ada: Fix typo in comment gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. --- diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index abe71b252e77..363186565f67 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 return object mignt not. + -- might be of a specific type and the return object might not. Alloc := Make_Allocator (Loc,