summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch3.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-21 10:14:06 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-21 10:14:06 +0000
commit1d00a8cefdbd0b81f09ed7750aebde55af9bef76 (patch)
tree749378dc7fba4fc3238505b01cbf6786a46a0028 /gcc/ada/exp_ch3.adb
parent0a116e176dc68bbb95a8f2780ae411e274a6a5b6 (diff)
downloadgcc-1d00a8cefdbd0b81f09ed7750aebde55af9bef76.tar.gz
2010-10-21 Robert Dewar <dewar@adacore.com>
* a-cgaaso.ads, a-tags.ads, exp_ch3.adb, exp_attr.adb, exp_ch4.adb, exp_ch3.ads, exp_ch7.adb, exp_ch9.adb, exp_disp.adb, exp_disp.ads, exp_dist.adb, exp_util.adb, layout.adb, lib-xref.adb, lib.ads, prep.adb, prj-strt.adb, s-ststop.adb, s-taskin.ads, s-tataat.ads, sem_aggr.adb, sem_attr.adb, sem_ch12.adb, sem_ch3.adb, sem_ch4.adb, sem_ch4.ads, sem_ch5.adb, sem_res.adb, sem_util.adb, einfo.adb, g-sothco.ads, make.adb: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r--gcc/ada/exp_ch3.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb
index fb2732182e0..8a79fb1643b 100644
--- a/gcc/ada/exp_ch3.adb
+++ b/gcc/ada/exp_ch3.adb
@@ -560,7 +560,7 @@ package body Exp_Ch3 is
function Init_Component return List_Id;
-- Create one statement to initialize one array component, designated
- -- by a full set of indices.
+ -- by a full set of indexes.
function Init_One_Dimension (N : Int) return List_Id;
-- Create loop to initialize one dimension of the array. The single
@@ -3540,7 +3540,7 @@ package body Exp_Ch3 is
Stats : List_Id;
begin
- -- Build declarations for indices
+ -- Build declarations for indexes
Decls := New_List;
@@ -3568,7 +3568,7 @@ package body Exp_Ch3 is
Right_Opnd => New_Occurrence_Of (Left_Lo, Loc)),
Then_Statements => New_List (Make_Simple_Return_Statement (Loc))));
- -- Build initializations for indices
+ -- Build initializations for indexes
declare
F_Init : constant List_Id := New_List;