]> granicus.if.org Git - apache/commitdiff
Fix some easy doxygen comment.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Mar 2018 21:27:12 +0000 (21:27 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Mar 2018 21:27:12 +0000 (21:27 +0000)
Much more to do.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827530 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_util.h

index 1eb262d28834446917b970a7cc2bb51fb6606cad..e24fc6046b7cd455ed3b36246326f8d17bed7bca 100644 (file)
@@ -96,8 +96,8 @@ typedef int h2_iq_cmp(int i1, int i2, void *ctx);
 
 /**
  * Allocate a new queue from the pool and initialize.
- * @param id the identifier of the queue
  * @param pool the memory pool
+ * @param capacity the initial capacity of the queue
  */
 h2_iqueue *h2_iq_create(apr_pool_t *pool, int capacity);
 
@@ -179,7 +179,7 @@ size_t h2_iq_mshift(h2_iqueue *q, int *pint, size_t max);
 /**
  * Determine if int is in the queue already
  *
- * @parm q the queue
+ * @param q the queue
  * @param sid the integer id to check for
  * @return != 0 iff sid is already in the queue
  */