From df51a2eb5c38fbdd841ba42c4af6776c89efe7f8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Nov 2017 05:41:43 +0000 Subject: fix comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval_intern.h b/eval_intern.h index 24de6b46dc..3d49fafd7b 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -174,7 +174,7 @@ LONG WINAPI rb_w32_stack_overflow_handler(struct _EXCEPTION_POINTERS *); #undef RB_OBJ_WRITE #define RB_OBJ_WRITE(a, slot, b) UNALIGNED_MEMBER_ACCESS(rb_obj_write((VALUE)(a), (VALUE *)(slot), (VALUE)(b), __FILE__, __LINE__)) -/* clear th->ec->tag->state, and return the value */ +/* clear ec->tag->state, and return the value */ static inline int rb_ec_tag_state(const rb_execution_context_t *ec) { -- cgit v1.2.3