From: Jean-Frederic Clere Date: Wed, 26 Jul 2006 15:36:05 +0000 (+0000) Subject: Typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09239fa4abba869569a21d3cb909eea607affb6;p=thirdparty%2Fapache%2Fhttpd.git Typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@425764 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/slotmem.h b/modules/mem/slotmem.h index 372d955184b..30c85af728e 100644 --- a/modules/mem/slotmem.h +++ b/modules/mem/slotmem.h @@ -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 */