summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 15:22:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 15:22:51 +0000
commit6708e96bcdc15349092a88b92366411c5783edc7 (patch)
tree615cf843a593da55afb85ed4bdd232df7ca99a3a /ChangeLog
parentd85bf93776e18e55a5fccddb649d4e5081702314 (diff)
fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fededb9f9..f6df6061bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,7 +40,7 @@ Sun Mar 24 10:38:24 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Mon Mar 25 02:01:03 2013 Narihiro Nakamura <authornari@gmail.com>
- * proc.c (bm_free): need to clean up the mark flag of a free and
+ * proc.c (bm_free): need to clean up the mark flag of a free and
unlinked method entry. [Bug #8100] [ruby-core:53439]
Sun Mar 24 22:13:51 2013 NARUSE, Yui <naruse@ruby-lang.org>