[Ada] Einfo: fix a typo
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 9 Jul 2019 07:53:40 +0000 (07:53 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 9 Jul 2019 07:53:40 +0000 (07:53 +0000)
2019-07-09  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

* einfo.ads: Fix a typo.

From-SVN: r273270

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

index c5fa67f17a6d1504290bb1e7f7a47d7520886f42..c0ba4af07b8d9d3f75cdea59fcd3b958beb923af 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
+
+       * einfo.ads: Fix a typo.
+
 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_util.adb (Scope_Within_Or_Same): Handle properly task
index a24856832c6dc5e76e5305cf77ec98221b87f38c..d948151753d94472044b8ecd3ff7c538f67880f3 100644 (file)
@@ -4133,7 +4133,7 @@ package Einfo is
 --       Defined in generic subprograms, generic packages, and their
 --       instances. Also defined in the instances of the corresponding
 --       bodies. Denotes the renaming map (generic entities => instance
---       entities) used to construct the instance by givin an index into
+--       entities) used to construct the instance by giving an index into
 --       the tables used to represent these maps. See Sem_Ch12 for further
 --       details. The maps for package instances are also used when the
 --       instance is the actual corresponding to a formal package.