projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99859ea
)
[Ada] Fix typo in comment
author
Eric Botcazou
<ebotcazou@adacore.com>
Tue, 7 Jan 2020 22:17:30 +0000
(23:17 +0100)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Wed, 3 Jun 2020 10:01:31 +0000
(06:01 -0400)
2020-06-03 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* einfo.ads (Has_Contiguous_Rep): Fix typo in comment.
gcc/ada/einfo.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/einfo.ads
b/gcc/ada/einfo.ads
index 1183d0aed8c6beff1f16294f9df9232a96225bee..32a938a6d3a0779648da99f06215433668e04202 100644
(file)
--- a/
gcc/ada/einfo.ads
+++ b/
gcc/ada/einfo.ads
@@
-1575,7
+1575,7
@@
package Einfo is
-- in sem_aux is used to test for this case.
-- Has_Contiguous_Rep (Flag181)
--- Defined in enumeration types. Set if the type as a representation
+-- Defined in enumeration types. Set if the type
h
as a representation
-- clause whose entries are successive integers.
-- Has_Controlled_Component (Flag43) [base type only]