projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90635a3
)
[Ada] Fix typo in comment related to derived discriminated types
author
Piotr Trojanek
<trojanek@adacore.com>
Fri, 11 Jun 2021 14:01:36 +0000
(16:01 +0200)
committer
Pierre-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
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_util.ads
b/gcc/ada/exp_util.ads
index
3be0166
..
5c931c9
100644
(file)
--- 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 e
i
ther the corresponding
-- discriminant of Derived_Type or come constraint.
-- * Map each primitive operation of Parent_Type to the corresponding