Commit 057aa8d8 by Piotr Trojanek Committed by Pierre-Marie de Rodat

[Ada] Einfo: fix typo in comment

2019-12-18  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

	* einfo.ads (Is_Ghost_Entity): Fix typo in comment.

From-SVN: r279508
parent 3a4425fd
2019-12-18 Piotr Trojanek <trojanek@adacore.com>
* einfo.ads (Is_Ghost_Entity): Fix typo in comment.
2019-12-18 Eric Botcazou <ebotcazou@adacore.com> 2019-12-18 Eric Botcazou <ebotcazou@adacore.com>
* layout.adb (Layout_Type): In the case of composite types, do * layout.adb (Layout_Type): In the case of composite types, do
......
...@@ -2667,7 +2667,7 @@ package Einfo is ...@@ -2667,7 +2667,7 @@ package Einfo is
-- Applies to all entities. Yields True for abstract states, [generic] -- Applies to all entities. Yields True for abstract states, [generic]
-- packages, [generic] subprograms, components, discriminants, formal -- packages, [generic] subprograms, components, discriminants, formal
-- parameters, objects, package bodies, subprogram bodies, and [sub]types -- parameters, objects, package bodies, subprogram bodies, and [sub]types
-- subject to pragma Ghost or those that inherit the Ghost propery from -- subject to pragma Ghost or those that inherit the Ghost property from
-- an enclosing construct. -- an enclosing construct.
-- Is_Hidden (Flag57) -- Is_Hidden (Flag57)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment