diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-24 17:48:07 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-24 17:48:07 +0000 |
commit | 36b938a343910149d31789c8939924f90daa69a6 (patch) | |
tree | 89b2171703528d83f5a20ddb5bbf2e0adb78a9ad /gcc/ada/exp_ch7.ads | |
parent | be42496cde4eb1a974bd8f595417a03a8a171364 (diff) | |
download | gcc-36b938a343910149d31789c8939924f90daa69a6.tar.gz |
2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
a-calend-vms.adb, a-calend.adb, a-calend.ads,
a-calfor.adb, a-chahan.ads, a-chtgke.adb,
a-cihama.ads, a-ciorse.adb, a-clrefi.ads,
a-cohama.ads, a-comlin.ads, a-coorse.adb,
a-crbtgk.adb, a-direct.adb, a-except-2005.adb,
a-except-2005.ads, a-except.adb, a-except.ads,
a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb,
a-exextr.adb, a-filico.ads, a-finali.ads,
a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb,
a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads,
a-sequio.ads, a-strbou.ads, a-strfix.adb,
checks.adb, exp_ch3.adb, exp_ch4.adb,
exp_ch4.ads, exp_ch5.adb, exp_ch6.adb,
exp_ch6.ads, exp_ch7.adb, exp_ch7.ads,
exp_ch9.adb, exp_ch9.ads, exp_dbug.adb,
exp_dbug.ads, exp_disp.adb, exp_dist.adb,
exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch7.ads')
-rw-r--r-- | gcc/ada/exp_ch7.ads | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/exp_ch7.ads b/gcc/ada/exp_ch7.ads index 605e58f4075..a9b9c4e06ca 100644 --- a/gcc/ada/exp_ch7.ads +++ b/gcc/ada/exp_ch7.ads @@ -77,7 +77,7 @@ package Exp_Ch7 is -- creating this final list if necessary. function Has_New_Controlled_Component (E : Entity_Id) return Boolean; - -- E is a type entity. Give the same resul as Has_Controlled_Component + -- E is a type entity. Give the same result as Has_Controlled_Component -- except for tagged extensions where the result is True only if the -- latest extension contains a controlled component. @@ -87,8 +87,8 @@ package Exp_Ch7 is With_Attach : Node_Id) return Node_Id; -- Attach the referenced object to the referenced Final Chain 'Flist_Ref' -- With_Attach is an expression of type Short_Short_Integer which can be - -- either '0' to signify no attachment, '1' for attachement to a simply - -- linked list or '2' for attachement to a doubly linked list. + -- either '0' to signify no attachment, '1' for attachment to a simply + -- linked list or '2' for attachment to a doubly linked list. function Make_Init_Call (Ref : Node_Id; @@ -99,7 +99,7 @@ package Exp_Ch7 is -- been previously analyzed) that references the object to be initialized. -- Typ is the expected type of Ref, which is either a controlled type -- (Is_Controlled) or a type with controlled components (Has_Controlled). - -- With_Attach is an integer expression which is the attchment level, + -- With_Attach is an integer expression which is the attachment level, -- see System.Finalization_Implementation.Attach_To_Final_List for the -- documentation of Nb_Link. -- @@ -232,7 +232,7 @@ package Exp_Ch7 is procedure Wrap_Transient_Declaration (N : Node_Id); -- N is an object declaration. Expand the finalization calls after the - -- declaration and make the outer scope beeing the transient one. + -- declaration and make the outer scope being the transient one. procedure Wrap_Transient_Expression (N : Node_Id); -- N is a sub-expression. Expand a transient block around an expression |