From: phk Date: Mon, 10 Jul 2006 07:07:13 +0000 (+0000) Subject: Turn a comment into english X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f645cd86c6112c25a1bea39a6016fae56b9357;p=varnish Turn a comment into english git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@390 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_fetch.c b/varnish-cache/bin/varnishd/cache_fetch.c index b14b2fd9..41088e89 100644 --- a/varnish-cache/bin/varnishd/cache_fetch.c +++ b/varnish-cache/bin/varnishd/cache_fetch.c @@ -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/ */