1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed another typo

This commit is contained in:
Nobuyoshi Nakada 2020-07-10 12:48:47 +09:00
parent 234f8eee33
commit a82252df42
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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)
{