summaryrefslogtreecommitdiff
path: root/include/apr_thread_pool.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-03-25 07:09:05 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-03-25 07:09:05 +0000
commit2cd8c98c8df725c7581ac047d5837ef7f923c986 (patch)
tree6d6e1d46e7345b564d9abe933c7e6a1e8ac5c5fe /include/apr_thread_pool.h
parent9a5f38710b3684bbd1f62a93ef1dbcfd204aadcf (diff)
downloadapr-2cd8c98c8df725c7581ac047d5837ef7f923c986.tar.gz
Fix doxygen error
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1669057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_pool.h')
-rw-r--r--include/apr_thread_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_pool.h b/include/apr_thread_pool.h
index 639c3a608..84abd661e 100644
--- a/include/apr_thread_pool.h
+++ b/include/apr_thread_pool.h
@@ -267,7 +267,7 @@ APR_DECLARE(apr_size_t) apr_thread_pool_thread_max_get(apr_thread_pool_t *me);
/**
* Access function for the threshold of tasks in queue to trigger a new thread.
* @param me The thread pool
- * @param cnt The new threshold
+ * @param val The new threshold
* @return The original threshold
*/
APR_DECLARE(apr_size_t) apr_thread_pool_threshold_set(apr_thread_pool_t *me,