aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-15 05:40:41 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-15 05:40:41 +0000
commit771f692792227e77dd9e9df74a2fda7bb6f33622 (patch)
tree90b28c0da162076aab81df90a9160064b2425cc7
parent7fbaa0bedf29d6c44a3e038ec6dd9d153e4c7479 (diff)
downloadruby-771f692792227e77dd9e9df74a2fda7bb6f33622.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <kosaki.motohiro@gmail.com>
* 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]