]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 26 Jul 2006 15:36:05 +0000 (15:36 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 26 Jul 2006 15:36:05 +0000 (15:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@425764 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/slotmem.h

index 372d955184b2c9b925e99f93c5508ea6a2d020be..30c85af728ea14afd68cb1b7c5ca02a8ce55cd7d 100644 (file)
@@ -57,8 +57,8 @@ AP_DECLARE(apr_status_t) (* slotmem)(ap_slotmem_t *s, ap_slotmem_callback_fn_t *
  * This would create shared memory, basically.
  * @param pointer to store the address of the scoreboard.
  * @param name is a key used for debugging and in mod_status output or allow another process to share this space.
- * @param item_size size of each idem
- * @param item_num number of idem to create.
+ * @param item_size size of each item
+ * @param item_num number of item to create.
  * @param pool is pool used to create scoreboard
  * @return APR_SUCCESS if all went well
  */
@@ -69,8 +69,8 @@ AP_DECLARE(apr_status_t) (* ap_slotmem_create)(ap_slotmem_t **new, const char *n
  * This would attach to  shared memory, basically.
  * @param pointer to store the address of the scoreboard.
  * @param name is a key used for debugging and in mod_status output or allow another process to share this space.
- * @param item_size size of each idem
- * @param item_num max number of idem.
+ * @param item_size size of each item
+ * @param item_num max number of item.
  * @param pool is pool to memory allocate.
  * @return APR_SUCCESS if all went well
  */