diff options
Diffstat (limited to 'gcc/ada/sem_ch6.adb')
-rw-r--r-- | gcc/ada/sem_ch6.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index 18a9b0299ee..4f6038e2d30 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -4402,7 +4402,7 @@ package body Sem_Ch6 is -- Proceed with analysis. Do not emit a cross-reference entry if the -- specification comes from an expression function, because it may be - -- the completion of a previous declaration. It is is not, the cross- + -- the completion of a previous declaration. It is not, the cross- -- reference entry will be emitted for the new subprogram declaration. if Nkind (Parent (N)) /= N_Expression_Function then |