diff options
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 5b1585a3982..4118087d5f6 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -646,8 +646,8 @@ package body Sem_Attr is Kill_Current_Values; end if; - -- Treat as call for elaboration purposes and we are all - -- done. Suppress this treatment under debug flag. + -- Treat as call for elaboration purposes and we are all done. + -- Suppress this treatment under debug flag. if not Debug_Flag_Dot_UU then Check_Elab_Call (N); |