[Ada] Einfo: fix typo in comment
authorPiotr Trojanek <trojanek@adacore.com>
Wed, 18 Dec 2019 07:14:28 +0000 (07:14 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 18 Dec 2019 07:14:28 +0000 (07:14 +0000)
2019-12-18  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

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

From-SVN: r279508

gcc/ada/ChangeLog
gcc/ada/einfo.ads

index ce39bc81175fc87063b8528130adb5c1c2d1072c..0323aad619b09e51e6939b826931ed8aefa7c710 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * layout.adb (Layout_Type): In the case of composite types, do
index cb0736aa08552127d549d8fbf4d9789eb611a8f4..a55d5a748edf2f4267c2ba0862737bed407a6de1 100644 (file)
@@ -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)