]> err.no Git - varnish/commitdiff
Typo in comment
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 May 2007 14:09:23 +0000 (14:09 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 May 2007 14:09:23 +0000 (14:09 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1384 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_response.c

index 33243a16efbe0966a2f93f0215c9e6fc20109677..b7ccfc1ff32c109764f881f832b5ed91c12d0f23 100644 (file)
@@ -255,7 +255,7 @@ RES_WriteObj(struct sess *sp)
                        sp->wrk->acct.bodybytes += st->len;
 #ifdef HAVE_SENDFILE
                        /*
-                        * XXX: the overhead of setting up senddile is not
+                        * XXX: the overhead of setting up sendfile is not
                         * XXX: epsilon and maybe not even delta, so avoid
                         * XXX: engaging sendfile for small objects.
                         * XXX: Should use getpagesize() ?