From 49c60b358133b1b101a9d0547e1b47182fde7b70 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 17 Jul 2014 21:36:02 +0000 Subject: [PATCH] Fix typo spotted by Mike Rumph git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611481 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_varbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util_varbuf.h b/include/util_varbuf.h index c6e6fc04a6..8e45578e04 100644 --- a/include/util_varbuf.h +++ b/include/util_varbuf.h @@ -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. -- 2.50.1