From 771f692792227e77dd9e9df74a2fda7bb6f33622 Mon Sep 17 00:00:00 2001 From: kosaki Date: Sat, 15 Dec 2012 05:40:41 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdc96a30e5..24227c5bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,7 @@ Sat Dec 15 13:04:26 2012 KOSAKI Motohiro * 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]