aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index d373980..94def68 100644
--- a/tcc.c
+++ b/tcc.c
@@ -344,7 +344,7 @@ int main(int argc, char **argv)
tcc_parse_args(s, argc - 1, argv + 1);
tcc_set_environment(s);
if (s->output_type != TCC_OUTPUT_OBJ)
- tcc_error("interlnal error");
+ tcc_error("internal error");
tcc_set_output_type(s, s->output_type);
}
}