From: Piotr Trojanek Date: Tue, 9 Jul 2019 07:53:40 +0000 (+0000) Subject: [Ada] Einfo: fix a typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=578d5941ee23743c28959d84fd5f6eec09c7734d;p=gcc.git [Ada] Einfo: fix a typo 2019-07-09 Piotr Trojanek gcc/ada/ * einfo.ads: Fix a typo. From-SVN: r273270 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c5fa67f17a6..c0ba4af07b8 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-07-09 Piotr Trojanek + + * einfo.ads: Fix a typo. + 2019-07-09 Ed Schonberg * sem_util.adb (Scope_Within_Or_Same): Handle properly task diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index a24856832c6..d948151753d 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.