From 6e5e1b37280fb5328fb6825c7ba58333e287f6de Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 25 Apr 2017 20:20:08 +0000 Subject: thread_sync.c (rb_mutex_lock): spelling fix [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_sync.c') diff --git a/thread_sync.c b/thread_sync.c index c3311da5fc..0a6203174e 100644 --- a/thread_sync.c +++ b/thread_sync.c @@ -266,7 +266,7 @@ rb_mutex_lock(VALUE self) th->vm->sleeper++; /* * Carefully! while some contended threads are in lock_func(), - * vm->sleepr is unstable value. we have to avoid both deadlock + * vm->sleeper is unstable value. we have to avoid both deadlock * and busy loop. */ if ((vm_living_thread_num(th->vm) == th->vm->sleeper) && -- cgit v1.2.3