[前][次][番号順一覧][スレッド一覧]

ruby-changes:46371

From: normal <ko1@a...>
Date: Wed, 26 Apr 2017 05:20:13 +0900 (JST)
Subject: [ruby-changes:46371] normal:r58485 (trunk): thread_sync.c (rb_mutex_lock): spelling fix [ci skip]

normal	2017-04-26 05:20:08 +0900 (Wed, 26 Apr 2017)

  New Revision: 58485

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58485

  Log:
    thread_sync.c (rb_mutex_lock): spelling fix [ci skip]

  Modified files:
    trunk/thread_sync.c
Index: thread_sync.c
===================================================================
--- thread_sync.c	(revision 58484)
+++ thread_sync.c	(revision 58485)
@@ -266,7 +266,7 @@ rb_mutex_lock(VALUE self) https://github.com/ruby/ruby/blob/trunk/thread_sync.c#L266
 	    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) &&

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]