Commit 160e1f1a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix comment

parent dfb5df89
...@@ -457,7 +457,7 @@ vcc_Lexer(struct vcc *tl, struct source *sp) ...@@ -457,7 +457,7 @@ vcc_Lexer(struct vcc *tl, struct source *sp)
return; return;
} }
/* Match for the fixed tokens (see token.tcl) */ /* Match for the fixed tokens (see generate.py) */
u = vcl_fixed_token(p, &q); u = vcl_fixed_token(p, &q);
if (u != 0) { if (u != 0) {
vcc_AddToken(tl, u, p, q); vcc_AddToken(tl, u, p, q);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment