[Ada] Fix comment related to analysis of expression functions
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 28 May 2021 12:56:32 +0000 (14:56 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 9 Jul 2021 12:35:25 +0000 (12:35 +0000)
gcc/ada/

* sem_ch6.adb (Analyze_Expression_Function): Fix comment.

gcc/ada/sem_ch6.adb

index ed76808..a0680b7 100644 (file)
@@ -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.