You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2011/01/15 16:17:14 UTC

svn commit: r1059354 - /httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c

Author: jorton
Date: Sat Jan 15 15:17:13 2011
New Revision: 1059354

URL: http://svn.apache.org/viewvc?rev=1059354&view=rev
Log:
* modules/cache/mod_socache_shmcb.c: Comment tweak.

Modified:
    httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c

Modified: httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c?rev=1059354&r1=1059353&r2=1059354&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c (original)
+++ httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c Sat Jan 15 15:17:13 2011
@@ -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,