aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-05-13 21:14:52 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-05-13 21:14:52 +0900
commitb42303b151534b4d0f2b7ccf7d4beeb27b0c2874 (patch)
treed35b84f14506f0e91479b9bbbdecdd6d69c7a312
parent2dc613815d2c4a69bfbcbf78d1b99aa52fbabf60 (diff)
downloadruby-b42303b151534b4d0f2b7ccf7d4beeb27b0c2874.tar.gz
Fix typos
-rw-r--r--gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index ea4f54ce0e..7a957006b8 100644
--- a/gc.c
+++ b/gc.c
@@ -5251,7 +5251,7 @@ show_mark_ticks(void)
}
}
-#endif /* PRITNT_ROOT_TICKS */
+#endif /* PRINT_ROOT_TICKS */
static void
gc_mark_roots(rb_objspace_t *objspace, const char **categoryp)
@@ -5287,7 +5287,7 @@ gc_mark_roots(rb_objspace_t *objspace, const char **categoryp)
prev_category = category; \
start_tick = tick(); \
} while (0)
-#else /* PRITNT_ROOT_TICKS */
+#else /* PRINT_ROOT_TICKS */
#define MARK_CHECKPOINT_PRINT_TICK(category)
#endif