update outdated comment

master
Andrew Kelley 2017-02-02 17:18:36 -05:00
parent c0b37e8514
commit 0cf0739b0a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CodeGen *codegen_create(Buf *root_source_dir, const ZigTarget *target) {
g->is_test_build = false;
g->want_h_file = true;
// the error.Ok value
// reserve index 0 to indicate no error
g->error_decls.append(nullptr);
g->root_package = new_package(buf_ptr(root_source_dir), "");