diff options
Diffstat (limited to 'gcc/ada/s-taprop-hpux-dce.adb')
-rw-r--r-- | gcc/ada/s-taprop-hpux-dce.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-taprop-hpux-dce.adb b/gcc/ada/s-taprop-hpux-dce.adb index 329c56f8ccb..85c266ae322 100644 --- a/gcc/ada/s-taprop-hpux-dce.adb +++ b/gcc/ada/s-taprop-hpux-dce.adb @@ -221,7 +221,7 @@ package body System.Task_Primitives.Operations is -- Note: mutexes and cond_variables needed per-task basis are initialized -- in Initialize_TCB and the Storage_Error is handled. Other mutexes (such -- as RTS_Lock, Memory_Lock...) used in RTS is initialized before any - -- status change of RTS. Therefore rasing Storage_Error in the following + -- status change of RTS. Therefore raising Storage_Error in the following -- routines should be able to be handled safely. procedure Initialize_Lock @@ -859,7 +859,7 @@ package body System.Task_Primitives.Operations is Succeeded := Result = 0; pthread_detach (T.Common.LL.Thread'Access); - -- Detach the thread using pthread_detach, sinc DCE threads do not have + -- Detach the thread using pthread_detach, since DCE threads do not have -- pthread_attr_set_detachstate. Result := pthread_attr_destroy (Attributes'Access); |