]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix typo in comment related to derived discriminated types
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 11 Jun 2021 14:01:36 +0000 (16:01 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 9 Jul 2021 12:35:28 +0000 (12:35 +0000)
gcc/ada/

* exp_util.ads (Map_Types): Fix typo.

gcc/ada/exp_util.ads

index 3be0166896a6647127b7df6d6bccd1008fbad2ce..5c931c946a947999bfb4c39ae9014279f2538623 100644 (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