Skip to content

Commit 2cd8c98

Browse files
author
Christophe Jaillet
committed
Fix doxygen error
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1669057 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9a5f387 commit 2cd8c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/apr_thread_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ APR_DECLARE(apr_size_t) apr_thread_pool_thread_max_get(apr_thread_pool_t *me);
267267
/**
268268
* Access function for the threshold of tasks in queue to trigger a new thread.
269269
* @param me The thread pool
270-
* @param cnt The new threshold
270+
* @param val The new threshold
271271
* @return The original threshold
272272
*/
273273
APR_DECLARE(apr_size_t) apr_thread_pool_threshold_set(apr_thread_pool_t *me,

0 commit comments

Comments
 (0)