[master] 160e1f1 Fix comment

Poul-Henning Kamp phk at FreeBSD.org
Fri Jun 3 16:54:07 CEST 2016


commit 160e1f1ab2a29d6b3720807ea5ebfae6b0c701da
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 c4771bd..3113722 100644
--- a/lib/libvcc/vcc_token.c
+++ b/lib/libvcc/vcc_token.c
@@ -457,7 +457,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