summaryrefslogtreecommitdiffstats
path: root/contrib/apr/include/apr_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apr/include/apr_allocator.h')
-rw-r--r--contrib/apr/include/apr_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/apr/include/apr_allocator.h b/contrib/apr/include/apr_allocator.h
index 5d66776..70d31ef 100644
--- a/contrib/apr/include/apr_allocator.h
+++ b/contrib/apr/include/apr_allocator.h
@@ -131,7 +131,7 @@ APR_DECLARE(apr_pool_t *) apr_allocator_owner_get(apr_allocator_t *allocator)
/**
* Set the current threshold at which the allocator should start
* giving blocks back to the system.
- * @param allocator The allocator the set the threshold on
+ * @param allocator The allocator to set the threshold on
* @param size The threshold. 0 == unlimited.
*/
APR_DECLARE(void) apr_allocator_max_free_set(apr_allocator_t *allocator,
OpenPOWER on IntegriCloud