[4.1] 2bb8e5a Fix comment

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 15:25:12 CEST 2016


commit 2bb8e5a6e412805631e17125e006f21b02d97127
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jun 2 07:15:01 2016 +0000

    Fix comment

diff --git a/lib/libvcc/vcc_token.c b/lib/libvcc/vcc_token.c
index a8513f8..8a1ec48 100644
--- a/lib/libvcc/vcc_token.c
+++ b/lib/libvcc/vcc_token.c
@@ -466,7 +466,7 @@ vcc_Lexer(struct vcc *tl, struct source *sp)
 			return;
 		}
 
-		/* Match for the fixed tokens (see token.tcl) */
+		/* Match for the fixed tokens (see generate.py) */
 		u = vcl_fixed_token(p, &q);
 		if (u != 0) {
 			vcc_AddToken(tl, u, p, q);



More information about the varnish-commit mailing list