[Ada] Fix typo in comment related to derived discriminated types

gcc/ada/

	* exp_util.ads (Map_Types): Fix typo.
This commit is contained in:
Piotr Trojanek 2021-06-11 16:01:36 +02:00 committed by Pierre-Marie de Rodat
parent 90635a37c2
commit 06fd120d19

View File

@ -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