r1384 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Sat May 5 16:09:23 CEST 2007


Author: des
Date: 2007-05-05 16:09:23 +0200 (Sat, 05 May 2007)
New Revision: 1384

Modified:
   trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
Typo in comment


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2007-05-05 14:08:01 UTC (rev 1383)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2007-05-05 14:09:23 UTC (rev 1384)
@@ -255,7 +255,7 @@
 			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() ?




More information about the varnish-commit mailing list