Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed May 13, 2019
1 parent 2dc6138 commit b42303b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc.c
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b42303b

Please sign in to comment.