]> err.no Git - varnish/commitdiff
Turn a comment into english
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 07:07:13 +0000 (07:07 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 07:07:13 +0000 (07:07 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@390 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index b14b2fd90dac66cb25eb64617b4296feb70fca4b..41088e89f9a4147013716f4317568ba3109d41f1 100644 (file)
 #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/
  */