summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-11 19:44:05 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-11 19:44:05 +0000
commit524fc781a668ae4a02fa3d3cdc1ae9f64953d336 (patch)
treec375b2663a248e55b0b0605c0d81fd5605b66e26
parent85bbc1309fa746bb3c259fc13f5601eb775e49b1 (diff)
downloadATCD-Kokyu_stage_0.tar.gz
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.Kokyu_stage_0
-rw-r--r--ace/Thread_Manager.h2
1 files changed, 1 insertions, 1 deletions
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,