From: Jim Jagielski Date: Mon, 1 Jun 2009 14:16:47 +0000 (+0000) Subject: clarify ptr X-Git-Tag: 2.3.3~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff0ce8b2c1a5958c79ccf5047b3595dbcce6a04a;p=apache clarify ptr git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@780657 13f79535-47bb-0310-9956-ffa450edef68 --- 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);