diff options
Diffstat (limited to 'gcc/ada/targparm.ads')
-rw-r--r-- | gcc/ada/targparm.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/targparm.ads b/gcc/ada/targparm.ads index 1197d6393c2..c40d6d81adc 100644 --- a/gcc/ada/targparm.ads +++ b/gcc/ada/targparm.ads @@ -72,10 +72,10 @@ -- 3. Identification information. This is an optional string constant -- that gives the name of the run-time library configuration. This --- line may be ommitted for a version of system.ads to be used with +-- line may be omitted for a version of system.ads to be used with -- the full Ada 95 run time. --- 4. Other characterisitics of package System. At the current time the +-- 4. Other characteristics of package System. At the current time the -- only item in this category is whether type Address is private. with Rident; use Rident; @@ -258,7 +258,7 @@ package Targparm is -- The generation of the setjmp and longjmp calls is handled by -- the front end of the compiler (this includes gigi in the case -- of the standard GCC back end). It does not use any back end - -- suport (such as the GCC3 exception handling mechanism). When + -- support (such as the GCC3 exception handling mechanism). When -- this approach is used, the compiler generates special exception -- handlers for handling cleanups when an exception is raised. |