r390 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 10 09:07:13 CEST 2006


Author: phk
Date: 2006-07-10 09:07:13 +0200 (Mon, 10 Jul 2006)
New Revision: 390

Modified:
   trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
Turn a comment into english


Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-07-10 07:04:36 UTC (rev 389)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-07-10 07:07:13 UTC (rev 390)
@@ -19,10 +19,10 @@
 #include "cache.h"
 
 /*
- * Chunked encoding is a hack.  We prefer to have a single or a few
- * large storage objects, and a terribly long list of small ones.
+ * Chunked encoding is a hack.  We prefer to have a single chunk or a 
+ * few large chunks, and not a terribly long list of small ones.
  * If our stevedore can trim, we alloc big chunks and trim the last one
- * at the end know the result.
+ * at the end when we know the result.
  *
  * Good testcase: http://www.washingtonpost.com/
  */




More information about the varnish-commit mailing list