From a82252df4244c4e92331ade58fc795b448ced3fc Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 10 Jul 2020 12:48:47 +0900 Subject: [PATCH] Fixed another typo --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 5eda4b03e2..b69fd55259 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -290,7 +290,7 @@ vm_check_canary(const rb_execution_context_t *ec, VALUE *sp) #if USE_DEBUG_COUNTER static void vm_push_frame_debug_counter_inc( - const struct rb_executoon_context_struct *ec, + const struct rb_execution_context_struct *ec, const struct rb_control_frame_struct *reg_cfp, VALUE type) {