I guess "tnat" means that.
Tested on x86_64-pc-linux-gnu, committed on trunk
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
--- 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.