diff options
Diffstat (limited to 'gcc/ada/sem_aggr.adb')
-rw-r--r-- | gcc/ada/sem_aggr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index c634b7f..a3eb1da 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -529,8 +529,8 @@ package body Sem_Aggr is -- N is an array (sub-)aggregate. Dim is the dimension corresponding -- to (sub-)aggregate N. This procedure collects and removes the side -- effects of the constrained N_Range nodes corresponding to each index - -- dimension of our aggregate itype. - -- These N_Range nodes are collected in Aggr_Range above. + -- dimension of our aggregate itype. These N_Range nodes are collected + -- in Aggr_Range above. -- -- Likewise collect in Aggr_Low & Aggr_High above the low and high -- bounds of each index dimension. If, when collecting, two bounds |