diff options
Diffstat (limited to 'gcc/ada/sem_ch8.ads')
-rw-r--r-- | gcc/ada/sem_ch8.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch8.ads b/gcc/ada/sem_ch8.ads index c2713657a4a..08285662604 100644 --- a/gcc/ada/sem_ch8.ads +++ b/gcc/ada/sem_ch8.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.33 $ -- +-- $Revision: 1.1 $ -- -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -155,7 +155,7 @@ package Sem_Ch8 is -- of the scope suppress flags. function Present_System_Aux (N : Node_Id := Empty) return Boolean; - -- Return True if the auxiliary system file has been sucessfully loaded. + -- Return True if the auxiliary system file has been successfully loaded. -- Otherwise attempt to load it, using the name supplied by a previous -- Extend_System pragma, and report on the success of the load. -- If N is present, it is a selected component whose prefix is System, |