diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-21 14:37:22 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-21 14:37:22 +0000 |
commit | 79fab011d419d0daf315cbbde8e7e3ecea4c2dd8 (patch) | |
tree | 4c4871a509654e1d99d2c906c0eb44b75d4adfaa | |
parent | 29d626109bf83f193b5b8cf64d36d61084bcb968 (diff) | |
download | ruby-79fab011d419d0daf315cbbde8e7e3ecea4c2dd8.tar.gz |
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |