From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id 3F2893AAB431; Fri, 9 Jul 2021 12:38:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F2893AAB431 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-2194] [Ada] Fix comment related to analysis of expression functions X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/master X-Git-Oldrev: 8a13a0017e52979c4b55f4c6294f4794882a9ce7 X-Git-Newrev: e437dd45e78c810b4ebf6bab1e5f3751a59338e3 Message-Id: <20210709123802.3F2893AAB431@sourceware.org> Date: Fri, 9 Jul 2021 12:38:02 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 12:38:02 -0000 https://gcc.gnu.org/g:e437dd45e78c810b4ebf6bab1e5f3751a59338e3 commit r12-2194-ge437dd45e78c810b4ebf6bab1e5f3751a59338e3 Author: Piotr Trojanek Date: Fri May 28 14:56:32 2021 +0200 [Ada] Fix comment related to analysis of expression functions gcc/ada/ * sem_ch6.adb (Analyze_Expression_Function): Fix comment. Diff: --- gcc/ada/sem_ch6.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index ed76808ec76..a0680b79f23 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -536,7 +536,7 @@ package body Sem_Ch6 is Typ : constant Entity_Id := Etype (Def_Id); begin - -- If this is a wrapper created for in an instance for a formal + -- If this is a wrapper created in an instance for a formal -- subprogram, insert body after declaration, to be analyzed when -- the enclosing instance is analyzed.