From: Etienne Servais Date: Thu, 9 Dec 2021 16:54:21 +0000 (+0100) Subject: [Ada] Fix typo on compatibility X-Git-Tag: basepoints/gcc-13~2003 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca7f4e26dd10243da57584175db137115e5aefd;p=thirdparty%2Fgcc.git [Ada] Fix typo on compatibility gcc/ada/ * sem_type.adb (Full_View_Covers): Fix typo. --- 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. ----------------------