From 19d8b8a17383863d45823e37f20a94cc1d55c3a6 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 7 May 2017 21:38:09 -0700 Subject: Spelling fixes in C comments only --- libtcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index c6bc00f..3ce7b29 100644 --- a/libtcc.c +++ b/libtcc.c @@ -1176,7 +1176,7 @@ PUB_FUNC int tcc_add_library_err(TCCState *s, const char *libname) return ret; } -/* habdle #pragma comment(lib,) */ +/* handle #pragma comment(lib,) */ ST_FUNC void tcc_add_pragma_libs(TCCState *s1) { int i; @@ -1287,7 +1287,7 @@ static int link_option(const char *str, const char *val, const char **ptr) if (*str == '-') str++; - /* then str & val should match (potentialy up to '=') */ + /* then str & val should match (potentially up to '=') */ p = str; q = val; -- cgit v1.3.1