You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/12/31 14:32:09 UTC

svn commit: r730388 - /httpd/httpd/trunk/modules/mem/mod_slotmem.c

Author: jim
Date: Wed Dec 31 05:32:09 2008
New Revision: 730388

URL: http://svn.apache.org/viewvc?rev=730388&view=rev
Log:
Update comments

Modified:
    httpd/httpd/trunk/modules/mem/mod_slotmem.c

Modified: httpd/httpd/trunk/modules/mem/mod_slotmem.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/mod_slotmem.c?rev=730388&r1=730387&r2=730388&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mem/mod_slotmem.c (original)
+++ httpd/httpd/trunk/modules/mem/mod_slotmem.c Wed Dec 31 05:32:09 2008
@@ -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"