From 524fc781a668ae4a02fa3d3cdc1ae9f64953d336 Mon Sep 17 00:00:00 2001 From: thrall Date: Mon, 11 Nov 2002 19:44:05 +0000 Subject: This commit is a test of the Kokyu_stage_0 branch; it should NOT be committing to the main ACE trunk. The only change to the file is correction of a typo on line 419. --- ace/Thread_Manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h index 89b65fd85cc..d3db06a924e 100644 --- a/ace/Thread_Manager.h +++ b/ace/Thread_Manager.h @@ -416,7 +416,7 @@ public: /// Thread is suspended. ACE_THR_SUSPENDED = 0x00000004, - /// Thread has been cancelled (which is an indiction that it needs to + /// Thread has been cancelled (which is an indication that it needs to /// terminate...). ACE_THR_CANCELLED = 0x00000008, -- cgit v1.2.1