ruby-changes:25731
From: kazu <ko1@a...>
Date: Wed, 21 Nov 2012 23:37:31 +0900 (JST)
Subject: [ruby-changes:25731] kazu:r37788 (trunk): fix typos
kazu 2012-11-21 23:37:22 +0900 (Wed, 21 Nov 2012) New Revision: 37788 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37788 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 37787) +++ ChangeLog (revision 37788) @@ -4,7 +4,7 @@ * 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 <authornari@g...> @@ -56,7 +56,7 @@ 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 <naruse@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/