diff options
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r-- | gcc/ada/sem_ch7.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb index e5827c42e05..178cfd3dd60 100644 --- a/gcc/ada/sem_ch7.adb +++ b/gcc/ada/sem_ch7.adb @@ -1939,7 +1939,7 @@ package body Sem_Ch7 is Next_Elmt (Priv_Elmt); end loop; - -- Now restore the type itself to its private view. + -- Now restore the type itself to its private view Exchange_Declarations (Id); |