* cont.c (typedef struct rb_context_struct): fix a typo in comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2017-08-10 12:57:07 +00:00
Родитель 8b8597e23e
Коммит f6e90bb938
1 изменённых файлов: 1 добавлений и 1 удалений

2
cont.c
Просмотреть файл

@ -87,7 +87,7 @@ typedef struct rb_context_struct {
VALUE value;
VALUE *vm_stack;
#ifdef CAPTURE_JUST_VALID_VM_STACK
size_t vm_stack_slen; /* length of stack (head of th->ec.svm_tack) */
size_t vm_stack_slen; /* length of stack (head of th->ec.vm_stack) */
size_t vm_stack_clen; /* length of control frames (tail of th->ec.vm_stack) */
#endif
struct {