diff options
Diffstat (limited to 'gcc/ada/sem_ch10.adb')
-rw-r--r-- | gcc/ada/sem_ch10.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch10.adb b/gcc/ada/sem_ch10.adb index cedcab7b794..eac99c3ac8d 100644 --- a/gcc/ada/sem_ch10.adb +++ b/gcc/ada/sem_ch10.adb @@ -1171,7 +1171,7 @@ package body Sem_Ch10 is Set_Elaboration_Entity_Required (Spec_Id, False); -- Case of elaboration entity is required for access before - -- elaboration checking (so certainly we must build it!) + -- elaboration checking (so certainly we must build it). else Set_Elaboration_Entity_Required (Spec_Id, True); |