fix a typo in comment.
* 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:
parent
8b8597e23e
commit
f6e90bb938
2
cont.c
2
cont.c
@ -87,7 +87,7 @@ typedef struct rb_context_struct {
|
|||||||
VALUE value;
|
VALUE value;
|
||||||
VALUE *vm_stack;
|
VALUE *vm_stack;
|
||||||
#ifdef CAPTURE_JUST_VALID_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) */
|
size_t vm_stack_clen; /* length of control frames (tail of th->ec.vm_stack) */
|
||||||
#endif
|
#endif
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user