From 17fa48b12d42fe41c4cc8782645b30acfa764141 Mon Sep 17 00:00:00 2001 From: Etienne Servais Date: Thu, 18 Nov 2021 11:43:19 +0100 Subject: [PATCH] [Ada] Fix typo in comment gcc/ada/ * sem_aggr.adb (Resolve_Aggregate): Fix typo in comment. --- gcc/ada/sem_aggr.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 42fb61067284..5f9865e365f6 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -891,7 +891,7 @@ package body Sem_Aggr is -- Ada 2005 (AI-287): Limited aggregates allowed - -- In an instance, ignore aggregate subcomponents tnat may be limited, + -- In an instance, ignore aggregate subcomponents that may be limited, -- because they originate in view conflicts. If the original aggregate -- is legal and the actuals are legal, the aggregate itself is legal. -- 2.47.2