Skip to content

Commit

Permalink
Fix a typo in comment of GC_mark_some
Browse files Browse the repository at this point in the history
(fix commit 84c0313)

* mark.c [(MSWIN32 || MSWINCE) && !__clang__ && __GNUC__>=4]
(GC_mark_some): Fix typo in comment ("pedantic").
  • Loading branch information
ivmai committed Feb 6, 2017
1 parent a559d84 commit 3bb4b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mark.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,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;
Expand Down

0 comments on commit 3bb4b6b

Please sign in to comment.