diff options
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index a85d8c5ddca..11d4c014c6a 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -1238,7 +1238,7 @@ package body Sem_Ch3 is -- appear in the private part of a package, for a private type that has -- already been declared. - -- In this case, the discriminants (if any) must match. + -- In this case, the discriminants (if any) must match T := Find_Type_Name (N); |