mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cont.c: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef037b1faf
commit
93272b35f1
1 changed files with 1 additions and 1 deletions
2
cont.c
2
cont.c
|
@ -760,7 +760,7 @@ fiber_setcontext(rb_fiber_t *newfib, rb_fiber_t *oldfib)
|
|||
{
|
||||
rb_thread_t *th = GET_THREAD();
|
||||
|
||||
/* save oldfib's machine stack / TODO: is it needd? */
|
||||
/* save oldfib's machine stack / TODO: is it needed? */
|
||||
if (!FIBER_TERMINATED_P(oldfib)) {
|
||||
STACK_GROW_DIR_DETECTION;
|
||||
SET_MACHINE_STACK_END(&th->ec.machine.stack_end);
|
||||
|
|
Loading…
Reference in a new issue