From c95f6f117a665bc6d3d64ae8703459759973f63f Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 15 Feb 2015 16:06:06 +0000 Subject: Fix typos --- tinyc/tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyc') diff --git a/tinyc/tccgen.c b/tinyc/tccgen.c index 3135e7b37..2eacff2c7 100644 --- a/tinyc/tccgen.c +++ b/tinyc/tccgen.c @@ -1203,7 +1203,7 @@ static inline int is_integer_btype(int bt) bt == VT_INT || bt == VT_LLONG); } -/* check types for comparison or substraction of pointers */ +/* check types for comparison or subtraction of pointers */ static void check_comparison_pointer_types(SValue *p1, SValue *p2, int op) { CType *type1, *type2, tmp_type1, tmp_type2; -- cgit 1.4.1-2-gfad0