Fix a typo in comment of GC_mark_some
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 07:38:22 +0000 (10:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 07:39:03 +0000 (10:39 +0300)
(fix commit 84c0313)

* mark.c [(MSWIN32 || MSWINCE) && !__clang__ && __GNUC__>=4]
(GC_mark_some): Fix typo in comment ("pedantic").

mark.c

diff --git a/mark.c b/mark.c
index dfeecc7..f3dbda9 100644 (file)
--- 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;