From 06fd120d19d2636a812c9ffe4b8871f3733ae213 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Fri, 11 Jun 2021 16:01:36 +0200 Subject: [PATCH] [Ada] Fix typo in comment related to derived discriminated types gcc/ada/ * exp_util.ads (Map_Types): Fix typo. --- gcc/ada/exp_util.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads index 3be0166896a6..5c931c946a94 100644 --- a/gcc/ada/exp_util.ads +++ b/gcc/ada/exp_util.ads @@ -915,7 +915,7 @@ package Exp_Util is -- Establish the following mapping between the attributes of tagged parent -- type Parent_Type and tagged derived type Derived_Type. -- - -- * Map each discriminant of Parent_Type to ether the corresponding + -- * Map each discriminant of Parent_Type to either the corresponding -- discriminant of Derived_Type or come constraint. -- * Map each primitive operation of Parent_Type to the corresponding -- 2.47.3