diff options
author | Arnaud Charlet <charlet@adacore.com> | 2015-10-20 12:37:13 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 14:37:13 +0200 |
commit | 1b1d88b1ac064a407f1c8e177da29f993f895638 (patch) | |
tree | d8a8702a8e71bae913817467bc0d3f5af5e33092 /gcc/ada/sem_ch9.adb | |
parent | d5c1a5f179880a40c6771372999d6cdefe8393fd (diff) | |
download | gcc-1b1d88b1ac064a407f1c8e177da29f993f895638.zip gcc-1b1d88b1ac064a407f1c8e177da29f993f895638.tar.gz gcc-1b1d88b1ac064a407f1c8e177da29f993f895638.tar.bz2 |
sem_aggr.adb, [...]: Fix typos.
2015-10-20 Arnaud Charlet <charlet@adacore.com>
* sem_aggr.adb, mlib-prj.adb, prep.adb, eval_fat.adb, rtsfind.adb,
freeze.adb, sem_util.adb, sem_res.adb, sem_attr.adb, gnatlink.adb,
par-ch6.adb, exp_tss.adb, exp_ch4.adb, s-shasto.adb, exp_fixd.adb,
sem_ch6.adb, clean.adb, sem_ch8.adb, sem_eval.adb, sem_ch9.adb: Fix
typos.
From-SVN: r229074
Diffstat (limited to 'gcc/ada/sem_ch9.adb')
-rw-r--r-- | gcc/ada/sem_ch9.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch9.adb b/gcc/ada/sem_ch9.adb index 35877e5..1f00ea7 100644 --- a/gcc/ada/sem_ch9.adb +++ b/gcc/ada/sem_ch9.adb @@ -1193,7 +1193,7 @@ package body Sem_Ch9 is Tasking_Used := True; -- Entry_Name is initialized to Any_Id. It should get reset to the - -- matching entry entity. An error is signalled if it is not reset + -- matching entry entity. An error is signalled if it is not reset. Entry_Name := Any_Id; @@ -1311,7 +1311,7 @@ package body Sem_Ch9 is -- The entity for the protected subprogram corresponding to the entry -- has been created. We retain the name of this entity in the entry -- body, for use when the corresponding subprogram body is created. - -- Note that entry bodies have no corresponding_spec, and there is no + -- Note that entry bodies have no Corresponding_Spec, and there is no -- easy link back in the tree between the entry body and the entity for -- the entry itself, which is why we must propagate some attributes -- explicitly from spec to body. @@ -1738,7 +1738,7 @@ package body Sem_Ch9 is -- are no language-defined aspects that apply to a protected body, it is -- not worth changing the whole expansion to accomodate implementation- -- defined aspects. Plus we cannot possibly known the semantics of such - -- future implementation defined aspects in order to plan ahead. + -- future implementation-defined aspects in order to plan ahead. if Has_Aspects (N) then Error_Msg_N |