From cc87037f1c5a143af8089555e704505fcf0b2879 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Dec 2019 22:49:17 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], missed and a new typo. --- debug_counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_counter.h') 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) -- cgit v1.2.3