From: des Date: Sat, 5 May 2007 14:09:23 +0000 (+0000) Subject: Typo in comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=def4d51bdaaa9170c73469e56e6259e525c0c8e9;p=varnish Typo in comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1384 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index 33243a16..b7ccfc1f 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -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() ?