]> granicus.if.org Git - apache/commitdiff
clarify ptr
authorJim Jagielski <jim@apache.org>
Mon, 1 Jun 2009 14:16:47 +0000 (14:16 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 1 Jun 2009 14:16:47 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@780657 13f79535-47bb-0310-9956-ffa450edef68

include/ap_slotmem.h

index 816768ed2ea15d7cafe541dc4f57d9678c5d526a..e43f4af00e02e381a051652f6d93cbe1ecf96e02 100644 (file)
@@ -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);