]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix typo in comment
authorEtienne Servais <servais@adacore.com>
Thu, 18 Nov 2021 10:43:19 +0000 (11:43 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 1 Dec 2021 10:24:42 +0000 (10:24 +0000)
gcc/ada/

* sem_aggr.adb (Resolve_Aggregate): Fix typo in comment.

gcc/ada/sem_aggr.adb

index 42fb61067284992e1fc3831395b38f7258619669..5f9865e365f65781b99cd35dea3a7f1ebce9b1e5 100644 (file)
@@ -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.