aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Servais <servais@adacore.com>2021-12-09 17:54:21 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2022-01-06 17:11:39 +0000
commit4ca7f4e26dd10243da57584175db137115e5aefd (patch)
tree02e3b1063d10a5a1a723b6b96091e4a45d185acb
parentb542b2d97f2c574d58f6f071cdf1314ceb51587e (diff)
downloadgcc-4ca7f4e26dd10243da57584175db137115e5aefd.zip
gcc-4ca7f4e26dd10243da57584175db137115e5aefd.tar.gz
gcc-4ca7f4e26dd10243da57584175db137115e5aefd.tar.bz2
[Ada] Fix typo on compatibility
gcc/ada/ * sem_type.adb (Full_View_Covers): Fix typo.
-rw-r--r--gcc/ada/sem_type.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_type.adb b/gcc/ada/sem_type.adb
index 5d51916..798eaf1 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.
----------------------