aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 16:19:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 16:19:39 +0000
commit87c1466625cff9ab2ea1a068703ef07a801d21d3 (patch)
tree11375caa2a1192dc589be2844d7c96895f2dd6d4 /cont.c
parent455e13e79d76464f4096982ea0588f71338006b0 (diff)
downloadruby-87c1466625cff9ab2ea1a068703ef07a801d21d3.tar.gz
cont.c: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 6b0c771efd..8fa1f1e46a 100644
--- a/cont.c
+++ b/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);