From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id B1B9238438E4; Thu, 12 May 2022 12:40:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1B9238438E4 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 r13-348] [Ada] Fix typo in comment X-Act-Checkin: gcc X-Git-Author: Etienne Servais X-Git-Refname: refs/heads/master X-Git-Oldrev: 7a4892d2279066f5892a2b6a8c511689631d8f09 X-Git-Newrev: 7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835 Message-Id: <20220512124011.B1B9238438E4@sourceware.org> Date: Thu, 12 May 2022 12:40:11 +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: Thu, 12 May 2022 12:40:11 -0000 https://gcc.gnu.org/g:7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835 commit r13-348-g7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835 Author: Etienne Servais Date: Mon Feb 7 15:34:01 2022 +0100 [Ada] Fix typo in comment gcc/ada/ * sem_ch3.adb (Find_Type_Of_Object): Remove duplicate "i" in comment. Diff: --- gcc/ada/sem_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 133178f982e..29aa3be22b4 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -18278,7 +18278,7 @@ package body Sem_Ch3 is -- If In_Spec_Expression, for example within a pre/postcondition, -- provide enough information for use of the subtype without -- depending on full analysis and freezing, which will happen when - -- building the correspondiing subprogram. + -- building the corresponding subprogram. if In_Spec_Expression then Analyze (Subtype_Mark (Obj_Def));