https://gcc.gnu.org/g:326f6a4e7400771893a482009c121fc77bc471fe

commit r15-264-g326f6a4e7400771893a482009c121fc77bc471fe
Author: Piotr Trojanek <troja...@adacore.com>
Date:   Thu Mar 12 16:53:53 2020 +0100

    ada: Fix grammar in comment
    
    Code cleanup.
    
    gcc/ada/
    
            * exp_aggr.ads (Static_Array_Aggregate): Fix typo in comment.

Diff:
---
 gcc/ada/exp_aggr.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/exp_aggr.ads b/gcc/ada/exp_aggr.ads
index 8db0a020663..0b92e98370a 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;

Reply via email to