From 7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835 Mon Sep 17 00:00:00 2001 From: Etienne Servais Date: Mon, 7 Feb 2022 15:34:01 +0100 Subject: [PATCH] [Ada] Fix typo in comment gcc/ada/ * sem_ch3.adb (Find_Type_Of_Object): Remove duplicate "i" in comment. --- 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 133178f..29aa3be 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)); -- 2.7.4