From: Piotr Trojanek Date: Fri, 28 May 2021 12:56:32 +0000 (+0200) Subject: [Ada] Fix comment related to analysis of expression functions X-Git-Tag: basepoints/gcc-13~6119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e437dd45e78c810b4ebf6bab1e5f3751a59338e3;p=thirdparty%2Fgcc.git [Ada] Fix comment related to analysis of expression functions gcc/ada/ * sem_ch6.adb (Analyze_Expression_Function): Fix comment. --- diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index ed76808ec765..a0680b79f23f 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.