diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-04-13 17:41:15 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-04-13 17:41:15 +0000 |
commit | f3d57416230c94a56d89bb6119c47d46f68bc4e6 (patch) | |
tree | d233d5950c2c7ac628ce9413ff3d59a39a79f59c /gcc/ada/sem_elab.adb | |
parent | 12a13f016fb663988db80b030c4ef8761dc9c2a9 (diff) | |
download | gcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.zip gcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.tar.gz gcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.tar.bz2 |
sem_ch10.adb, [...]: Fix comment typos.
gcc/ada/
* sem_ch10.adb, sem_ch10.ads,
sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads,
sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb,
sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads,
sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads,
sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb,
sem_warn.ads: Fix comment typos.
From-SVN: r134242
Diffstat (limited to 'gcc/ada/sem_elab.adb')
-rw-r--r-- | gcc/ada/sem_elab.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb index d61ebb0..3406599 100644 --- a/gcc/ada/sem_elab.adb +++ b/gcc/ada/sem_elab.adb @@ -491,7 +491,7 @@ package body Sem_Elab is -- calls and calls involving object notation) where W_Scope might not -- be in the context of the current unit, and there is an intermediate -- package that is, in which case the Elaborate_All has to be placed - -- on this intedermediate package. These special cases are handled in + -- on this intermediate package. These special cases are handled in -- Set_Elaboration_Constraint. Body_Acts_As_Spec : Boolean; @@ -1795,7 +1795,7 @@ package body Sem_Elab is -- outer level call. -- It is an outer level instantiation from elaboration code, or the - -- instantiated entity is in the same elaboratoin scope. + -- instantiated entity is in the same elaboration scope. -- And in these cases, we will check both the inter-unit case and -- the intra-unit (within a single unit) case. @@ -1877,7 +1877,7 @@ package body Sem_Elab is return; -- Nothing to do if analyzing in special spec-expression mode, since the - -- call is not actualy being made at this time. + -- call is not actually being made at this time. elsif In_Spec_Expression then return; @@ -2408,7 +2408,7 @@ package body Sem_Elab is and then not Restriction_Active (No_Entry_Calls_In_Elaboration_Code) then - -- Runtime elaboration check required. generate check of the + -- Runtime elaboration check required. Generate check of the -- elaboration Boolean for the unit containing the entity. Insert_Elab_Check (N, |