diff options
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 3010183..126b003 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -6094,7 +6094,7 @@ package body Sem_Ch4 is First_Actual : Node_Id; begin - -- Place the name of the operation, with its innterpretations, + -- Place the name of the operation, with its interpretations, -- on the rewritten call. Set_Name (Call_Node, Subprog); |