From: Etienne Servais Date: Thu, 18 Nov 2021 10:43:19 +0000 (+0100) Subject: [Ada] Fix typo in comment X-Git-Tag: basepoints/gcc-13~2637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fa48b12d42fe41c4cc8782645b30acfa764141;p=thirdparty%2Fgcc.git [Ada] Fix typo in comment gcc/ada/ * sem_aggr.adb (Resolve_Aggregate): Fix typo in comment. --- 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.