summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Manager.h')
-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,