ruby-changes:62177
From: Nobuyoshi <ko1@a...>
Date: Fri, 10 Jul 2020 12:49:14 +0900 (JST)
Subject: [ruby-changes:62177] a82252df42 (master): Fixed another typo
https://git.ruby-lang.org/ruby.git/commit/?id=a82252df42 From a82252df4244c4e92331ade58fc795b448ced3fc Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 10 Jul 2020 12:48:47 +0900 Subject: Fixed another typo diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 5eda4b0..b69fd55 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -290,7 +290,7 @@ vm_check_canary(const rb_execution_context_t *ec, VALUE *sp) https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L290 #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) { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/