aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch6.adb
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-05-28 14:56:32 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2021-07-09 12:35:25 +0000
commite437dd45e78c810b4ebf6bab1e5f3751a59338e3 (patch)
tree421123097425a7cdd0b893a676f7bf8a11f902cb /gcc/ada/sem_ch6.adb
parent8a13a0017e52979c4b55f4c6294f4794882a9ce7 (diff)
[Ada] Fix comment related to analysis of expression functions
gcc/ada/ * sem_ch6.adb (Analyze_Expression_Function): Fix comment.
Diffstat (limited to 'gcc/ada/sem_ch6.adb')
-rw-r--r--gcc/ada/sem_ch6.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb
index ed76808ec76..a0680b79f23 100644
--- 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.