aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-09-21 02:56:06 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-09-21 02:56:06 -0400
commitc2f3dc94eba85a32f3b7ab5857b33636a0a2e4df (patch)
treebb809f8eb6a1d7fb709607dcadce511b2a58dd8f /src/ir.cpp
parentc4a54377e3f07bbd2f9c54c1962c7941792c2c1f (diff)
parentee42caee0e6a24aa252845a72733007ed384d2bf (diff)
downloadzig-c2f3dc94eba85a32f3b7ab5857b33636a0a2e4df.tar.gz
zig-c2f3dc94eba85a32f3b7ab5857b33636a0a2e4df.zip
Merge branch '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 e6e6345831..422c40b678 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -13459,7 +13459,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) {