From: Jim Jagielski Date: Wed, 31 Dec 2008 13:32:09 +0000 (+0000) Subject: Update comments X-Git-Tag: 2.3.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ca67f814e0ecddff428e2eb20287e4aaff9e42d;p=thirdparty%2Fapache%2Fhttpd.git Update comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730388 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/mod_slotmem.c b/modules/mem/mod_slotmem.c index 2a3ce57b2dd..b29864544d1 100644 --- a/modules/mem/mod_slotmem.c +++ b/modules/mem/mod_slotmem.c @@ -14,8 +14,9 @@ * limitations under the License. */ -/* Memory handler for a plain memory divided in slot. - * This one uses plain memory. +/* Memory handler for memory divided in slot. + * We provide a universal API and are a simple + * front-end to the actual memory providers. */ #include "mod_slotmem.h"