diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-07-10 12:48:47 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-07-10 12:48:47 +0900 |
| commit | a82252df4244c4e92331ade58fc795b448ced3fc (patch) | |
| tree | 075f49c5199a47af83d8cd43ad4959d9cdfc144a | |
| parent | 234f8eee33459e67f9d9c42c2a7dcdfe8711bcb7 (diff) | |
Fixed another typo
| -rw-r--r-- | vm_insnhelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
