]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix grammar in comment
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 12 Mar 2020 15:53:53 +0000 (16:53 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 7 May 2024 07:55:58 +0000 (09:55 +0200)
Code cleanup.

gcc/ada/

* exp_aggr.ads (Static_Array_Aggregate): Fix typo in comment.

gcc/ada/exp_aggr.ads

index 8db0a0206630aca8a3cab7394e3b01807c624edc..0b92e98370a04fa96b1136a6a048b6b5b4b771e4 100644 (file)
@@ -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;