1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos

This commit is contained in:
Kazuhiro NISHIYAMA 2019-05-13 21:14:52 +09:00
parent 2dc613815d
commit b42303b151
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

4
gc.c
View file

@ -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