2019-07-09 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* einfo.ads: Fix a typo.
From-SVN: r273270
+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
-- 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.