diff options
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 309d2d2..bd07736 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -5881,8 +5881,8 @@ package body Sem_Ch13 is else -- In a generic context the aspect expressions have not been - -- preanalyzed, so do it now. - -- There are no conformance checks to perform in this case. + -- preanalyzed, so do it now. There are no conformance checks + -- to perform in this case. if No (T) then Check_Aspect_At_Freeze_Point (ASN); |