From 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 24 Sep 2017 18:03:26 -0700 Subject: Spelling fixes Comments only, no change to functionality --- tccpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tccpp.c') diff --git a/tccpp.c b/tccpp.c index 7561b36..39386f4 100644 --- a/tccpp.c +++ b/tccpp.c @@ -2108,7 +2108,7 @@ static void parse_escape_string(CString *outstr, const uint8_t *buf, int is_long /* reference: The Unicode Standard, Version 10.0, ch3.9 */ int cont; /* count of continuation bytes */ - int skip; /* how many bytes should skip when error occured */ + int skip; /* how many bytes should skip when error occurred */ int i; /* decode leading byte */ @@ -3517,7 +3517,7 @@ no_subst: if (t == TOK_NOSUBST) nosubst = 1; } - /* GCC supports 'defined' as result of a macto substitution */ + /* GCC supports 'defined' as result of a macro substitution */ if (t == TOK_DEFINED && pp_expr) nosubst = 2; } -- cgit v1.3.1