1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-11-21 14:37:22 +00:00
parent 29d626109b
commit 79fab011d4

View file

@ -4,7 +4,7 @@ Wed Nov 21 22:52:59 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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@gmail.com>
@ -56,7 +56,7 @@ Tue Nov 20 23:28:26 2012 Masaki Matsushita <glass.saga@gmail.com>
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@ruby-lang.org>