From 4ca7f4e26dd10243da57584175db137115e5aefd Mon Sep 17 00:00:00 2001 From: Etienne Servais Date: Thu, 9 Dec 2021 17:54:21 +0100 Subject: [PATCH] [Ada] Fix typo on compatibility gcc/ada/ * sem_type.adb (Full_View_Covers): Fix typo. --- gcc/ada/sem_type.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_type.adb b/gcc/ada/sem_type.adb index 5d519161738c..798eaf1850cc 100644 --- a/gcc/ada/sem_type.adb +++ b/gcc/ada/sem_type.adb @@ -772,7 +772,7 @@ package body Sem_Type is function Real_Actual (T : Entity_Id) return Entity_Id; -- If an actual in an inner instance is the formal of an enclosing -- generic, the actual in the enclosing instance is the one that can - -- create an accidental ambiguity, and the check on compatibily of + -- create an accidental ambiguity, and the check on compatibility of -- generic actual types must use this enclosing actual. ---------------------- -- 2.47.2