diff options
Diffstat (limited to 'gcc/ada/s-tassta.adb')
-rw-r--r-- | gcc/ada/s-tassta.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-tassta.adb b/gcc/ada/s-tassta.adb index 3c265f2f1d2..9fe7f891b95 100644 --- a/gcc/ada/s-tassta.adb +++ b/gcc/ada/s-tassta.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.138 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1991-2001 Florida State University -- -- -- @@ -735,7 +735,7 @@ package body System.Tasking.Stages is Abort_Dependents (Self_ID); - -- We need to explicitely wait for the task to be + -- We need to explicitly wait for the task to be -- terminated here because on true concurrent system, we -- may end this procedure before the tasks are really -- terminated. |