diff options
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r-- | gcc/ada/layout.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb index ec685b9b93f..eb0616fa489 100644 --- a/gcc/ada/layout.adb +++ b/gcc/ada/layout.adb @@ -727,7 +727,7 @@ package body Layout is Size := (Dynamic, Expr_From_SO_Ref (Loc, Component_Size (E))); end if; - -- Loop through indices + -- Loop through indexes Indx := First_Index (E); while Present (Indx) loop @@ -1059,7 +1059,7 @@ package body Layout is Size := (Dynamic, Expr_From_SO_Ref (Loc, Component_Size (E))); end if; - -- Loop to process array indices + -- Loop to process array indexes Indx := First_Index (E); while Present (Indx) loop |