mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
[Ada] Fix typo in comment related to derived discriminated types
gcc/ada/ * exp_util.ads (Map_Types): Fix typo.
This commit is contained in:
parent
90635a37c2
commit
06fd120d19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user