summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-23 17:09:42 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-23 17:09:42 +0000
commitbfd5d9ef3144285424c016c3f0e54726c6e9fbec (patch)
treeb2d870c39f065b482c0e3f4d2de4ae5995ee956e /ace/Thread_Manager.h
parenta585515628cca5cfaf625eebfe00b20800e5de55 (diff)
downloadATCD-bfd5d9ef3144285424c016c3f0e54726c6e9fbec.tar.gz
Fixed typos.
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r--ace/Thread_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index 2215d38cb60..4422252afc1 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -222,8 +222,8 @@ class ACE_Export ACE_Thread_Manager
// The default behavior of thread manager is to wait on
// all threads under it's management when it gets destructed.
// Therefore, remember to remove a thread from thread manager if
- // you don't want it to wait for the thread. There are also
- // function to diable this default wait-on-exit behavior.
+ // you don't want it to wait for the thread. There are also
+ // function to disable this default wait-on-exit behavior.
// However, if your program depends on turning this off to run
// correctly, you are probably doing something wrong. Rule of
// thumb, use ACE_Thread to manage your daemon threads.