summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
commite402980de5fff23a88db6252ee783a5224a13a64 (patch)
treee9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/Thread_Manager.h
parentc79328e9c57221986bf319f13433bd3ab7ba1596 (diff)
downloadATCD-e402980de5fff23a88db6252ee783a5224a13a64.tar.gz
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
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 abe4dac5f3e..91b2faa2e0e 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -579,9 +579,9 @@ public:
/**
* Called to clean up when a thread exits.
*
- * @arg do_thread_exit If non-0 then ACE_Thread::exit is called to
+ * @param do_thread_exit If non-0 then ACE_Thread::exit is called to
* exit the thread
- * @arg status If ACE_Thread_Exit is called, this is passed as
+ * @param status If ACE_Thread_Exit is called, this is passed as
* the exit value of the thread.
* Should _not_ be called by main thread.
*/