Commit 2bb8e5a6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Fix comment

parent 8d30d817
......@@ -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);
......
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