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:
parent
234f8eee33
commit
a82252df42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue