From def4d51bdaaa9170c73469e56e6259e525c0c8e9 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 5 May 2007 14:09:23 +0000 Subject: [PATCH] Typo in comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1384 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_response.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ? -- 2.39.5