summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-04 06:26:13 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-04 06:26:13 +0000
commit8a98c57ff064ac8f1555be414e28df418685ca30 (patch)
tree313d52f3428480599ea8fb5354aba1086646341c /ChangeLog
parent951b0901302d851bac96341f181c8f0a1ece54d1 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 104a4677bb..68a925a485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,7 +42,7 @@ Wed May 4 09:56:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_wait_for_single_fd): new.
* thread.c (select_single): select(2) based backend for rb_wait_for_single_fd().
- * io.c (make_writeconv): use rb_wait_for_single_fd() instaed of
+ * io.c (make_writeconv): use rb_wait_for_single_fd() instead of
rb_thread_fd_select().
* io.c (rb_io_wait_readable): ditto.
* thread.c (rb_thread_wait_fd_rw): ditto.