commit b9f37ffe19e30da1fd79cd01dbb6191ec2733b5c (tree) parent 4f9739189ea733d885c183c80215cf5237a86c83 Author: Andrew Kelley <andrew@ziglang.org> Date: Mon, 13 Jan 2020 14:48:32 -0500 fix outdated comment Diffstat:
| M | src-self-hosted/translate_c.zig | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src-self-hosted/translate_c.zig b/src-self-hosted/translate_c.zig @@ -1,5 +1,5 @@ -// This is the userland implementation of translate-c which will be used by both stage1 -// and stage2. Currently the only way it is used is with `zig translate-c-2`. +// This is the userland implementation of translate-c which is used by both stage1 +// and stage2. const std = @import("std"); const assert = std.debug.assert;