summaryrefslogtreecommitdiff
path: root/include/apr_allocator.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-06-25 10:58:31 +0000
committerJeff Trawick <trawick@apache.org>2013-06-25 10:58:31 +0000
commit430d741e5910ab8a57c3b0fe1af1d3be3e2d7829 (patch)
tree63a8e6fbff48cba59f422c56a7c2b19fc0bb81e5 /include/apr_allocator.h
parenta39606066c5e27eb76e9dc970fe481bd4446409c (diff)
downloadapr-430d741e5910ab8a57c3b0fe1af1d3be3e2d7829.tar.gz
Fix doc errors in APR header files.
PR: 55133 Submitted by: Mike Rumph <mike.rumph oracle.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1496407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_allocator.h')
-rw-r--r--include/apr_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_allocator.h b/include/apr_allocator.h
index 5d6677645..70d31efa0 100644
--- a/include/apr_allocator.h
+++ b/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,