[Ada] Fix typo on compatibility
authorEtienne Servais <servais@adacore.com>
Thu, 9 Dec 2021 16:54:21 +0000 (17:54 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 6 Jan 2022 17:11:39 +0000 (17:11 +0000)
gcc/ada/

* sem_type.adb (Full_View_Covers): Fix typo.

gcc/ada/sem_type.adb

index 5d51916..798eaf1 100644 (file)
@@ -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.
 
       ----------------------