[Ada] Fix typo in comment
authorEtienne Servais <servais@adacore.com>
Mon, 7 Feb 2022 14:34:01 +0000 (15:34 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 12 May 2022 12:38:34 +0000 (12:38 +0000)
gcc/ada/

* sem_ch3.adb (Find_Type_Of_Object): Remove duplicate "i" in
comment.

gcc/ada/sem_ch3.adb

index 133178f..29aa3be 100644 (file)
@@ -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));