summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-01 16:20:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-01 16:20:50 +0000
commit77b133c58017ba1a2399e9b973eea6168f10208f (patch)
treed29342462c57cb8a0f68d05d2b42eb5f8d2c150a
parent5a38615309572c40452d815ca29119aecbc9a581 (diff)
downloadATCD-77b133c58017ba1a2399e9b973eea6168f10208f.tar.gz
ChangeLogTag: Fri Feb 1 10:19:46 2002 Jeff Parsons <parsons@cs.wustl.edu>
-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 f0a5c91aeb2..fc194eb6579 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -522,7 +522,7 @@ public:
* threads with an ACE_Task instance, which defaults to <this>.
*
* @retval -1 on failure (<errno> will explain...), otherwise returns the
- * group id of the threads. */
+ * group id of the threads.
*/
int spawn_n (size_t n,
ACE_THR_FUNC func,