diff options
Diffstat (limited to 'gcc/ada/exp_aggr.adb')
-rw-r--r-- | gcc/ada/exp_aggr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index df5617a09fc..21a0fd83aea 100644 --- a/gcc/ada/exp_aggr.adb +++ b/gcc/ada/exp_aggr.adb @@ -326,7 +326,7 @@ package body Exp_Aggr is -- The limit is applied to the total number of components that the -- aggregate will have, which is the number of static expressions -- that will appear in the flattened array. This requires a recursive - -- computation of the the number of scalar components of the structure. + -- computation of the number of scalar components of the structure. --------------------- -- Component_Count -- |