summaryrefslogtreecommitdiffstats
path: root/gcc/ada/5wtaprop.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5wtaprop.adb')
-rw-r--r--gcc/ada/5wtaprop.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/5wtaprop.adb b/gcc/ada/5wtaprop.adb
index 850ddb696b8..698b745b690 100644
--- a/gcc/ada/5wtaprop.adb
+++ b/gcc/ada/5wtaprop.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.66 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1992-2001, Free Software Foundation, Inc. --
-- --
@@ -149,7 +149,7 @@ package body System.Task_Primitives.Operations is
function New_Fake_ATCB return Task_ID;
-- Allocate and Initialize a new ATCB. This code can safely be called from
- -- a foreign thread, as it doesn't access implicitely or explicitely
+ -- a foreign thread, as it doesn't access implicitly or explicitly
-- "self" before having initialized the new ATCB.
------------------------------------
@@ -474,7 +474,7 @@ package body System.Task_Primitives.Operations is
---------------------
-- Note: mutexes and cond_variables needed per-task basis are
- -- initialized in Intialize_TCB and the Storage_Error is handled.
+ -- initialized in Initialize_TCB and the Storage_Error is handled.
-- Other mutexes (such as All_Tasks_Lock, Memory_Lock...) used in
-- the RTS is initialized before any status change of RTS.
-- Therefore raising Storage_Error in the following routines
OpenPOWER on IntegriCloud