aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorJosh Wolfe <thejoshwolfe@gmail.com>2017-09-11 21:37:37 -0700
committerJosh Wolfe <thejoshwolfe@gmail.com>2017-09-11 21:37:37 -0700
commit32c51e015674af346aae1c3f40fed9ef098a6693 (patch)
tree08d482eb98ae19afd62c02b8071a514422f8be12 /src/ir.cpp
parent4adffea8d03f63650263e5ea984ecd47b0b3a903 (diff)
parentbf52a748037fad46571a9a76009ea1ca66c9d965 (diff)
downloadzig-32c51e015674af346aae1c3f40fed9ef098a6693.tar.gz
zig-32c51e015674af346aae1c3f40fed9ef098a6693.zip
Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 73f7b1df1e..bd002324b3 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -13421,7 +13421,7 @@ static TypeTableEntry *ir_analyze_instruction_c_import(IrAnalyze *ira, IrInstruc
int err;
if ((err = parse_h_buf(child_import, &errors, &cimport_scope->buf, ira->codegen, node))) {
- zig_panic("unable to parse h file: %s\n", err_str(err));
+ zig_panic("unable to parse C file: %s\n", err_str(err));
}
if (errors.length > 0) {