authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-13 14:48:32-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-13 14:48:43-05:00
logb9f37ffe19e30da1fd79cd01dbb6191ec2733b5c
treef1a0880d25b2de6cfa8226fbcb978f0e775e753d
parent4f9739189ea733d885c183c80215cf5237a86c83
signaturelock-open Commit is signed but in an unrecognized format.

fix outdated comment


1 files changed, 2 insertions(+), 2 deletions(-)

src-self-hosted/translate_c.zig+2-2
...@@ -1,5 +1,5 @@...@@ -1,5 +1,5 @@
1// This is the userland implementation of translate-c which will be used by both stage11// This is the userland implementation of translate-c which is used by both stage1
2// and stage2. Currently the only way it is used is with `zig translate-c-2`.2// and stage2.
33
4const std = @import("std");4const std = @import("std");
5const assert = std.debug.assert;5const assert = std.debug.assert;