Cleanup related to handing of static expression functions in GNATprove.

Tested on x86_64-pc-linux-gnu, committed on trunk

gcc/ada/

        * sem_ch6.adb (Analyze_Expression_Function): Fix comment.
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb
--- 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.
 


Reply via email to