diff options
author | Etienne Servais <servais@adacore.com> | 2021-11-18 11:43:19 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-12-01 10:24:42 +0000 |
commit | 17fa48b12d42fe41c4cc8782645b30acfa764141 (patch) | |
tree | 05f7dc55608aa2f2501251ccaaee16e5b44d415c /gcc | |
parent | bb2fc099e28c6e0fc3f77598c514fa6ec72d846d (diff) | |
download | gcc-17fa48b12d42fe41c4cc8782645b30acfa764141.zip gcc-17fa48b12d42fe41c4cc8782645b30acfa764141.tar.gz gcc-17fa48b12d42fe41c4cc8782645b30acfa764141.tar.bz2 |
[Ada] Fix typo in comment
gcc/ada/
* sem_aggr.adb (Resolve_Aggregate): Fix typo in comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_aggr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 42fb610..5f9865e 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. |