]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/cache/mod_socache_shmcb.c: Comment tweak.
authorJoe Orton <jorton@apache.org>
Sat, 15 Jan 2011 15:17:13 +0000 (15:17 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 15 Jan 2011 15:17:13 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059354 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_shmcb.c

index a56b8d9f789a308e5adc9af2b7e75b12e133cb7c..da7e1903b8dee37dc13fcfaa35b3447c54c51c52 100644 (file)
@@ -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,