From: Ivan Maidanski Date: Tue, 31 Jan 2017 07:38:22 +0000 (+0300) Subject: Fix a typo in comment of GC_mark_some X-Git-Tag: v8.0.0~941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=515a29594b3c9c172dca2cc93da3231d04cdccef;p=platform%2Fupstream%2Flibgc.git Fix a typo in comment of GC_mark_some (fix commit 84c0313) * mark.c [(MSWIN32 || MSWINCE) && !__clang__ && __GNUC__>=4] (GC_mark_some): Fix typo in comment ("pedantic"). --- diff --git a/mark.c b/mark.c index dfeecc7..f3dbda9 100644 --- a/mark.c +++ b/mark.c @@ -539,7 +539,7 @@ static void alloc_mark_stack(size_t); # if defined(__clang__) # pragma GCC diagnostic ignored "-Wpedantic" # else - /* GCC before ~4.8 does not accept "-Wpedanic" quietly. */ + /* GCC before ~4.8 does not accept "-Wpedantic" quietly. */ # pragma GCC diagnostic ignored "-pedantic" # endif er.alt_path = &&handle_ex;