aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-22 22:49:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-22 22:49:17 +0900
commitcc87037f1c5a143af8089555e704505fcf0b2879 (patch)
treee165908372295e7d68d98c6215462cb26167495b /debug_counter.h
parent7c33ee5ddfafe737add2a7f4c4975108f9196dbd (diff)
downloadruby-cc87037f1c5a143af8089555e704505fcf0b2879.tar.gz
Fixed misspellings
Fixed misspellings reported at [Bug #16437], missed and a new typo.
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.h b/debug_counter.h
index a549120566..ee00d9df4b 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -31,7 +31,7 @@
* * mc_miss_by_refine: ... by ment being refined.
* * mc_miss_by_visi: ... by visibility change.
* * mc_miss_spurious: spurious inline mc misshit.
- * * mc_miss_reuse_call: count of resue of cc->call.
+ * * mc_miss_reuse_call: count of reuse of cc->call.
*/
RB_DEBUG_COUNTER(mc_inline_hit)
RB_DEBUG_COUNTER(mc_inline_miss)