]> err.no Git - varnish/commitdiff
Correct a comment
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jul 2007 13:51:58 +0000 (13:51 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jul 2007 13:51:58 +0000 (13:51 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1748 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_synthetic.c

index 390895ea46a9968e7ab97ed8263da4ea4eef7f9a..d4671396de7c0b2f98d2ac975e5ea1fc68ac745d 100644 (file)
@@ -131,5 +131,5 @@ SYN_ErrorPage(struct sess *sp, int status, const char *reason, int ttl)
        http_PrintfHeader(w, fd, h, "Retry-After: %ju", (uintmax_t)ttl);
        http_PrintfHeader(w, fd, h, "Content-Type: text/html; charset=utf-8");
        http_PrintfHeader(w, fd, h, "Content-Length: %u", o->len);
-       /* DO NOT generate X-Varnish header, RES_WriteObj will */
+       /* DO NOT generate X-Varnish header, RES_BuildHttp will */
 }