From ff0ce8b2c1a5958c79ccf5047b3595dbcce6a04a Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 1 Jun 2009 14:16:47 +0000 Subject: [PATCH] clarify ptr git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@780657 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_slotmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1