aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindo-validators.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/bindo-validators.adb')
-rw-r--r--gcc/ada/bindo-validators.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/bindo-validators.adb b/gcc/ada/bindo-validators.adb
index 88be2e8..b711a91 100644
--- a/gcc/ada/bindo-validators.adb
+++ b/gcc/ada/bindo-validators.adb
@@ -378,7 +378,7 @@ package body Bindo.Validators is
-- Validate each unit in the elaboration order against the set of
-- units that need to be elaborated.
- for Index in Unit_Id_Tables.First .. Unit_Id_Tables.Last (Order) loop
+ for Index in Unit_Id_Tables.First .. Unit_Id_Tables.Last (Order) loop
Validate_Unit
(U_Id => Order.Table (Index),
Elab_Set => Elab_Set);