ruby-changes:55709
From: Kazuhiro <ko1@a...>
Date: Mon, 13 May 2019 21:15:48 +0900 (JST)
Subject: [ruby-changes:55709] Kazuhiro NISHIYAMA: b42303b151 (trunk): Fix typos
https://git.ruby-lang.org/ruby.git/commit/?id=b42303b151 From b42303b151534b4d0f2b7ccf7d4beeb27b0c2874 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Mon, 13 May 2019 21:14:52 +0900 Subject: Fix typos diff --git a/gc.c b/gc.c index ea4f54c..7a95700 100644 --- a/gc.c +++ b/gc.c @@ -5251,7 +5251,7 @@ show_mark_ticks(void) https://github.com/ruby/ruby/blob/trunk/gc.c#L5251 } } -#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) https://github.com/ruby/ruby/blob/trunk/gc.c#L5287 prev_category = category; \ start_tick = tick(); \ } while (0) -#else /* PRITNT_ROOT_TICKS */ +#else /* PRINT_ROOT_TICKS */ #define MARK_CHECKPOINT_PRINT_TICK(category) #endif -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/