From eb271f86eb0e98fe77e208dd1c3bbe9c6a04a970 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 15 Jan 2011 15:17:13 +0000 Subject: [PATCH] * modules/cache/mod_socache_shmcb.c: Comment tweak. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059354 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_socache_shmcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache/mod_socache_shmcb.c b/modules/cache/mod_socache_shmcb.c index a56b8d9f78..da7e1903b8 100644 --- a/modules/cache/mod_socache_shmcb.c +++ b/modules/cache/mod_socache_shmcb.c @@ -119,7 +119,7 @@ struct ap_socache_instance_t { * The subcache's "Data" segment is a single cyclic data buffer, of * total size header->subcache_data_size; data inside is referenced * using byte offsets. The offset marking the beginning of the cyclic - * buffer is subcache->data_pos the buffer's length is + * buffer is subcache->data_pos; the buffer's length is * subcache->data_used. * * "Indexes" is an array of header->index_num SHMCBIndex structures, -- 2.50.1