From: Piotr Trojanek Date: Fri, 11 Jun 2021 14:01:36 +0000 (+0200) Subject: [Ada] Fix typo in comment related to derived discriminated types X-Git-Tag: basepoints/gcc-13~6107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06fd120d19d2636a812c9ffe4b8871f3733ae213;p=thirdparty%2Fgcc.git [Ada] Fix typo in comment related to derived discriminated types gcc/ada/ * exp_util.ads (Map_Types): Fix typo. --- 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