mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue