From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id E2B153857803; Mon, 16 Jan 2023 14:48:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2B153857803 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673880532; bh=UPHbYaPwqMElZF1nQqgs4p0Bn2/HS9ydMpo9IVvWScs=; h=From:To:Subject:Date:From; b=SQ0jZHqMQWjCN+eRctzRaTen99pVb0KrPr5Stnqq2wKSyGOrHr59HhgILS9d6pnu9 x8gCY+j4b3tynriIofkv1VD9avM12Ba2/guoLpjQeAUzz1g1TzSPcjlaOkzZNeCLOJ Pu0MKdx3aOhq7n6y/zA7eJqFROeUJP6U4YtHVYbM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Marc Poulhi?s To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5212] ada: Fix typo in comment X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/master X-Git-Oldrev: 9cfa7d7e3c3d7144a7b6079e7dc65a38a5327e70 X-Git-Newrev: fe67b75f59c64a9b7cd3b997d406b986c2095cf6 Message-Id: <20230116144852.E2B153857803@sourceware.org> Date: Mon, 16 Jan 2023 14:48:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fe67b75f59c64a9b7cd3b997d406b986c2095cf6 commit r13-5212-gfe67b75f59c64a9b7cd3b997d406b986c2095cf6 Author: Eric Botcazou Date: Fri Jan 13 08:53:06 2023 +0100 ada: Fix typo in comment gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Diff: --- 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 daa96df4b32..abe71b252e7 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,