]> granicus.if.org Git - apache/commitdiff
Fix typo spotted by Mike Rumph
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 17 Jul 2014 21:36:02 +0000 (21:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 17 Jul 2014 21:36:02 +0000 (21:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611481 13f79535-47bb-0310-9956-ffa450edef68

include/util_varbuf.h

index c6e6fc04a6fecc98e118c1a7d5d12ea4047bcb1a..8e45578e04faf2d9801f857f83c24c2f2a1c0ba7 100644 (file)
@@ -62,12 +62,12 @@ struct ap_varbuf {
      *  the buffer memory will be released when this pool is cleared. */
     apr_pool_t *pool;
 
-    /** Opaque info for memory allocation */
+    /** Opaque info for memory allocation. */
     struct ap_varbuf_info *info;
 };
 
 /**
- * Initialize a resizable buffer. It is safe to re-initialize a prevously
+ * Initialize a resizable buffer. It is safe to re-initialize a previously
  * used ap_varbuf. The old buffer will be released when the corresponding
  * pool is cleared. The buffer remains usable until the pool is cleared,
  * even if the ap_varbuf was located on the stack and has gone out of scope.