From 79fab011d419d0daf315cbbde8e7e3ecea4c2dd8 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 21 Nov 2012 14:37:22 +0000 Subject: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51f7590ac4..b1a8326931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ Wed Nov 21 22:52:59 2012 Nobuyoshi Nakada * ext/io/wait/wait.c (io_wait_writable): this is easier to use than IO.select for a single IO object and is immune to the - limitations/innefficiency of select() on platforms where poll/ppoll + limitations/inefficiency of select() on platforms where poll/ppoll is available. patched by Eric Wong. [Feature #4646] Wed Nov 21 22:27:52 2012 Narihiro Nakamura @@ -56,7 +56,7 @@ Tue Nov 20 23:28:26 2012 Masaki Matsushita have size at least number of its elements, marshal readahead will read the certain readable length and buffer when it needs more bytes. marshal readahead prevents many calls to IO#getbyte and IO#read, - then it enables performace improvement. + then it enables performance improvement. [ruby-dev:45637] [Feature #6440] Tue Nov 20 22:35:02 2012 NARUSE, Yui -- cgit v1.2.3