ruby-changes:26351
From: kosaki <ko1@a...>
Date: Sat, 15 Dec 2012 14:40:49 +0900 (JST)
Subject: [ruby-changes:26351] kosaki:r38402 (trunk): fix typo
kosaki 2012-12-15 14:40:41 +0900 (Sat, 15 Dec 2012) New Revision: 38402 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38402 Log: fix typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38401) +++ ChangeLog (revision 38402) @@ -25,7 +25,7 @@ Sat Dec 15 13:04:26 2012 KOSAKI Motohir https://github.com/ruby/ruby/blob/trunk/ChangeLog#L25 * io.c (internal_write_func2): new helper function for rb_write_internal2(). * io.c (rb_write_internal2): new function. it uses - rb_thread_call_without_gvl2() instaed of rb_thread_io_blocking_region(). + rb_thread_call_without_gvl2() instead of rb_thread_io_blocking_region(). * io.c (rb_binwrite_string): uses rb_write_internal2 instead of rb_write_internal. [Bug #7134] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/