summaryrefslogtreecommitdiff
path: root/include/ap_slotmem.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2009-06-01 14:16:47 +0000
committerJim Jagielski <jim@apache.org>2009-06-01 14:16:47 +0000
commitff0ce8b2c1a5958c79ccf5047b3595dbcce6a04a (patch)
tree0b82c6d0cf1646f35a89f13ac7e44fcbba3f7e78 /include/ap_slotmem.h
parent27158ba99dd2b417180ca0344d32c81917d4cb71 (diff)
downloadhttpd-ff0ce8b2c1a5958c79ccf5047b3595dbcce6a04a.tar.gz
clarify ptr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@780657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_slotmem.h')
-rw-r--r--include/ap_slotmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_slotmem.h b/include/ap_slotmem.h
index 816768ed2e..e43f4af00e 100644
--- a/include/ap_slotmem.h
+++ b/include/ap_slotmem.h
@@ -156,7 +156,7 @@ struct ap_slotmem_provider_t {
/**
* grab (or alloc) a free slot
* @param s ap_slotmem_instance_t to use.
- * @param item_id the available slot id and marked as in-use
+ * @param item_id ptr to the available slot id and marked as in-use
* @return APR_SUCCESS if all went well
*/
apr_status_t (* grab)(ap_slotmem_instance_t *s, unsigned int *item_id);