]> granicus.if.org Git - apache/commitdiff
Update comments
authorJim Jagielski <jim@apache.org>
Wed, 31 Dec 2008 13:32:09 +0000 (13:32 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 31 Dec 2008 13:32:09 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730388 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/mod_slotmem.c

index 2a3ce57b2ddc0919a72d569d0122fe4052d5da7d..b29864544d19537e948370033bf388dd631fd5a2 100644 (file)
@@ -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"