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 637e15351e5..540b2a6d85d 100644 --- a/gcc/ada/sem_ch10.adb +++ b/gcc/ada/sem_ch10.adb @@ -3969,7 +3969,7 @@ package body Sem_Ch10 is end loop; -- Now check incomplete declarations to locate Taft amendment - -- types. This can be done by examing the defining identifiers + -- types. This can be done by examining the defining identifiers -- of type declarations without real semantic analysis. declare |