aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-12 09:29:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-12 09:29:26 +0000
commit0574cc87259cc9fa7f75771668ed8faeaf645296 (patch)
treec0c46620a967123e8ff6bfcf9fd1a5bfc5de1fe1
parent62002341c7a7e06dc6652d1d89c5f30d629a62ee (diff)
downloadruby-0574cc87259cc9fa7f75771668ed8faeaf645296.tar.gz
get rid of a garbage character
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa4b77022..a41314b292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,7 +52,7 @@ Fri Oct 11 20:35:59 2013 Koichi Sasada <ko1@atdot.net>
with 40k symbols (similar symbol number on Rails 3.2.14 app,
@jugyo tells me) boosts, from 7.3sec to 4.2sec.
-` * internal.h: change prototype of rb_gc_mark_symbols().
+ * internal.h: change prototype of rb_gc_mark_symbols().
Fri Oct 11 19:27:22 2013 Akinori MUSHA <knu@iDaemons.org>