summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-27 20:34:30 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-27 20:34:30 +0000
commit61abcd1bc49aa7d9868826e0e1d9b52744bf359c (patch)
tree25853d77e2083aa23c3aeb79a95ef0e1b85d5dd9 /include/apr_thread_proc.h
parent84da0ad87a1ec9733997c420b6f44f72fffd53a6 (diff)
downloadlibapr-61abcd1bc49aa7d9868826e0e1d9b52744bf359c.tar.gz
* include/apr_thread_proc.h: Fix copy'n'past'o.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_proc.h')
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index ce793f6d2..77586910c 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -218,7 +218,7 @@ APR_DECLARE(apr_status_t) apr_threadattr_detach_get(apr_threadattr_t *attr);
/**
* Set the stack size of newly created threads.
* @param attr The threadattr to affect
- * @param on The stack size in bytes
+ * @param stacksize The stack size in bytes
*/
APR_DECLARE(apr_status_t) apr_threadattr_stacksize_set(apr_threadattr_t *attr,
apr_size_t stacksize);