aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/einfo.ads
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2019-07-09 07:53:40 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-07-09 07:53:40 +0000
commit578d5941ee23743c28959d84fd5f6eec09c7734d (patch)
treeb8c3007cfc88d50a3db3c8c62ccb57af942ddb81 /gcc/ada/einfo.ads
parent93ba65d54c7d4e5f3dc4612c642a585dc274344e (diff)
downloadgcc-578d5941ee23743c28959d84fd5f6eec09c7734d.zip
gcc-578d5941ee23743c28959d84fd5f6eec09c7734d.tar.gz
gcc-578d5941ee23743c28959d84fd5f6eec09c7734d.tar.bz2
[Ada] Einfo: fix a typo
2019-07-09 Piotr Trojanek <trojanek@adacore.com> gcc/ada/ * einfo.ads: Fix a typo. From-SVN: r273270
Diffstat (limited to 'gcc/ada/einfo.ads')
-rw-r--r--gcc/ada/einfo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index a248568..d948151 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -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.