diff options
author | Gary Dismukes <dismukes@adacore.com> | 2016-10-13 12:24:21 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-10-13 14:24:21 +0200 |
commit | c9d2e84b72ff8032b8407bb27e9818f01ba8b55d (patch) | |
tree | a11d98f66dba227f2c9ca059635970615b0eb260 /gcc/ada/exp_ch7.adb | |
parent | 2eef1fc11358cb848d027f43956e8166ba613b5d (diff) | |
download | gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.zip gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.tar.gz gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.tar.bz2 |
exp_ch7.adb, [...]: Minor typo fixes and reformatting.
2016-10-13 Gary Dismukes <dismukes@adacore.com>
* exp_ch7.adb, einfo.ads, sem_prag.adb, sem_prag.ads, sem.ads,
sem_attr.adb, sem_case.adb, sem_ch13.ads: Minor typo fixes and
reformatting.
From-SVN: r241109
Diffstat (limited to 'gcc/ada/exp_ch7.adb')
-rw-r--r-- | gcc/ada/exp_ch7.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch7.adb b/gcc/ada/exp_ch7.adb index bd46955..031c497 100644 --- a/gcc/ada/exp_ch7.adb +++ b/gcc/ada/exp_ch7.adb @@ -645,8 +645,8 @@ package body Exp_Ch7 is -- Include the anonymous master in the list of existing masters which -- appear in this unit. This effectively creates a mapping between a - -- master and a designated type which in turn allows for the reusal - -- of masters on a per-unit basis. + -- master and a designated type which in turn allows for the reuse of + -- masters on a per-unit basis. All_FMs := Anonymous_Masters (Unit_Id); |