aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 05:41:43 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 05:41:43 +0000
commit8d8e339d763eefa6ed9ccc23513d5d52e2db9eef (patch)
tree4c81f210b0704b83edef9d7e69f5ead57aae3bc8 /eval_intern.h
parent7e9c5aca4c0643afe8356b970008e5650174892a (diff)
downloadruby-8d8e339d763eefa6ed9ccc23513d5d52e2db9eef.tar.gz
fix comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 1 insertions, 1 deletions
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)
{