]> granicus.if.org Git - apache/commitdiff
Missed a word in a comment.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 23 Jan 2003 18:03:33 +0000 (18:03 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 23 Jan 2003 18:03:33 +0000 (18:03 +0000)
Bah.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98475 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/props.c

index d538725ad3c36442e53dfc3fa89e719b2aa81e6a..64e95e82cbc82b3ed9169db120bc17c003978c32 100644 (file)
@@ -596,7 +596,7 @@ void dav_close_propdb(dav_propdb *propdb)
         (*propdb->db_hooks->close)(propdb->db);
     }
 
-    /* Currently, mod_dav's pool usage doesn't clearing this pool. */
+    /* Currently, mod_dav's pool usage doesn't allow clearing this pool. */
 #if 0
     apr_pool_destroy(propdb->p);
 #endif