From 68c3b15398ca7aaedfac1bbe74981d3c3a21f5ea Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 14 Jun 2011 10:54:34 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0439e8cd6e..2b1e31ea16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -70,7 +70,7 @@ Mon Jun 13 23:05:01 2011 Tanaka Akira Mon Jun 13 21:41:05 2011 KOSAKI Motohiro * thread_win32.c (native_cond_signal): remove unnecessary rb_bug(). - It's addional fix for r32021. [Bug #4696] + It's additional fix for r32021. [Bug #4696] Mon Jun 13 20:50:49 2011 Martin Bosslet @@ -100,7 +100,7 @@ Mon Jun 13 20:18:55 2011 Koichi Sasada Mon Jun 13 19:46:21 2011 Keiju Ishitsuka - * lib/cmath.rb: add new methd Object#real?. fix #3137 + * lib/cmath.rb: add new method Object#real?. fix #3137 Mon Jun 13 18:52:00 2011 Kenta Murata @@ -121,7 +121,7 @@ Mon Jun 13 18:49:00 2011 Kenta Murata Mon Jun 13 18:33:04 2011 Tanaka Akira * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state - to prevent random number sequence repeatation at forked child + to prevent random number sequence repetition at forked child process which has same pid. reported by Eric Wong. [ruby-core:35765] @@ -245,7 +245,7 @@ Sun Jun 12 17:40:29 2011 Koichi Sasada * vm_method.c (rb_method_entry_get_without_cache, rb_method_entry): Fill method cache entry with vm state version, and check current vm state version for method (cache) look up. - This modification speed-up invaridating of global method cache table. + This modification speed-up invalidating of global method cache table. [Ruby 1.9 - Feature #3905] [ruby-core:36908] Sun Jun 12 16:19:48 2011 Hidetoshi NAGAI @@ -270,7 +270,7 @@ Sun Jun 12 13:33:52 2011 Koichi Sasada 1: one thread with one mutex (no contention). 2: two threads with one mutex (contention). 3: 1000 threads with one mutex (huge number of contention) - Abobe removed benchmark was type 3. + Above removed benchmark was type 3. Therefore, this commit adds type 1 and 2 benchmark. Sun Jun 12 11:16:59 2011 Tanaka Akira -- cgit v1.2.3