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 4990f433fe5..4988661a081 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -5764,7 +5764,7 @@ package body Sem_Ch6 is and then TSS_Name /= TSS_Stream_Output then -- Here we have a definite conformance error. It is worth - -- special casesing the error message for the case of a + -- special casing the error message for the case of a -- controlling formal (which excludes null). if Is_Controlling_Formal (New_Formal) then |