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 ce9ea0a..facd57c4d 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -781,7 +781,7 @@ package body Sem_Ch3 is -- be available in the scope that encloses the protected declaration. -- Otherwise the type is in the scope enclosing the subprogram. - -- If the function has formals, The return type of a subprogram + -- If the function has formals, the return type of a subprogram -- declaration is analyzed in the scope of the subprogram (see -- Process_Formals) and thus the protected type, if present, is -- the scope of the current function scope. |