aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 16:25:19 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 16:25:19 +0000
commit92b6597be67738490c0ab759303a0e81a421b89a (patch)
treee20ec1fdba8ab88b79df950e6ab71a50d187ae62
parent77dc968e6c89fe9011d3049f5d5a5e336b8a005d (diff)
downloadruby-92b6597be67738490c0ab759303a0e81a421b89a.tar.gz
* ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3ee97bde5..a5cae90a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Sun May 27 23:37:48 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/bm_vm2_bigarray.rb: added.
This benchmark mesures a big array literal creation time.
- * benchmark/bm_vm2_bighash.rb:
+ * benchmark/bm_vm2_bighash.rb: added.
This benchmark mesures a big hash literal creation time.
* benchmark/bm*: change notation "i=0" to "i = 0".