From fe67b75f59c64a9b7cd3b997d406b986c2095cf6 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 13 Jan 2023 08:53:06 +0100 Subject: [PATCH] ada: Fix typo in comment gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index daa96df4b32c..abe71b252e77 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, -- 2.47.2