aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2020-03-12 16:53:53 +0100
committerMarc Poulhiès <poulhies@adacore.com>2024-05-07 09:55:58 +0200
commit326f6a4e7400771893a482009c121fc77bc471fe (patch)
tree262b8aae2db1a77eda8e1db6488f0a486f2cac84
parent33f560e2722912fd86cd2c9b8584bdb81726dae8 (diff)
downloadgcc-326f6a4e7400771893a482009c121fc77bc471fe.zip
gcc-326f6a4e7400771893a482009c121fc77bc471fe.tar.gz
gcc-326f6a4e7400771893a482009c121fc77bc471fe.tar.bz2
ada: Fix grammar in comment
Code cleanup. gcc/ada/ * exp_aggr.ads (Static_Array_Aggregate): Fix typo in comment.
-rw-r--r--gcc/ada/exp_aggr.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_aggr.ads b/gcc/ada/exp_aggr.ads
index 8db0a02..0b92e98 100644
--- a/gcc/ada/exp_aggr.ads
+++ b/gcc/ada/exp_aggr.ads
@@ -61,7 +61,7 @@ package Exp_Aggr is
-- N is an array aggregate that may have a component association with
-- an others clause and a range. If bounds are static and the expressions
-- are compile-time known constants, rewrite N as a purely positional
- -- aggregate, to be use to initialize variables and components of the type
+ -- aggregate, to be used to initialize variables and components of the type
-- without generating elaboration code.
end Exp_Aggr;