From: Piotr Trojanek Date: Wed, 18 Dec 2019 07:14:28 +0000 (+0000) Subject: [Ada] Einfo: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=057aa8d8b7747acbab579ba22213a6c6162fc37f;p=gcc.git [Ada] Einfo: fix typo in comment 2019-12-18 Piotr Trojanek gcc/ada/ * einfo.ads (Is_Ghost_Entity): Fix typo in comment. From-SVN: r279508 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index ce39bc81175..0323aad619b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-12-18 Piotr Trojanek + + * einfo.ads (Is_Ghost_Entity): Fix typo in comment. + 2019-12-18 Eric Botcazou * layout.adb (Layout_Type): In the case of composite types, do diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index cb0736aa085..a55d5a748ed 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -2667,7 +2667,7 @@ package Einfo is -- Applies to all entities. Yields True for abstract states, [generic] -- packages, [generic] subprograms, components, discriminants, formal -- 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. -- Is_Hidden (Flag57)