ruby-changes:24272
From: nobu <ko1@a...>
Date: Thu, 5 Jul 2012 23:11:42 +0900 (JST)
Subject: [ruby-changes:24272] nobu:r36323 (trunk): * thread.c: fix typo.
nobu 2012-07-05 23:10:48 +0900 (Thu, 05 Jul 2012) New Revision: 36323 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36323 Log: * thread.c: fix typo. Modified files: trunk/thread.c Index: thread.c =================================================================== --- thread.c (revision 36322) +++ thread.c (revision 36323) @@ -3770,7 +3770,7 @@ } /* - * Release a barrrier, and return true if it has waiting threads. + * Release a thread shield, and return true if it has waiting threads. */ VALUE rb_thread_shield_release(VALUE self) @@ -3781,7 +3781,7 @@ } /* - * Release and destroy a barrrier, and return true if it has waiting threads. + * Release and destroy a thread shield, and return true if it has waiting threads. */ VALUE rb_thread_shield_destroy(VALUE self) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/