diff options
Diffstat (limited to 'gcc/ada/comperr.adb')
-rw-r--r-- | gcc/ada/comperr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index b3d868fab60..55d8c89841a 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.1 $ +-- $Revision: 1.2 $ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -98,7 +98,7 @@ package body Comperr is Abort_In_Progress := True; - -- If errors have already occured, then we guess that the abort may + -- If errors have already occurred, then we guess that the abort may -- well be caused by previous errors, and we don't make too much fuss -- about it, since we want to let the programmer fix the errors first. |