ruby-changes:47454
From: nagachika <ko1@a...>
Date: Thu, 10 Aug 2017 21:57:13 +0900 (JST)
Subject: [ruby-changes:47454] nagachika:r59570 (trunk): fix a typo in comment.
nagachika 2017-08-10 21:57:07 +0900 (Thu, 10 Aug 2017) New Revision: 59570 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59570 Log: fix a typo in comment. * cont.c (typedef struct rb_context_struct): fix a typo in comment. Modified files: trunk/cont.c Index: cont.c =================================================================== --- cont.c (revision 59569) +++ cont.c (revision 59570) @@ -87,7 +87,7 @@ typedef struct rb_context_struct { https://github.com/ruby/ruby/blob/trunk/cont.c#L87 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 { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/