From 515a29594b3c9c172dca2cc93da3231d04cdccef Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 31 Jan 2017 10:38:22 +0300 Subject: [PATCH] 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"). --- mark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4