aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-08 03:40:21 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-08 03:40:21 +0000
commitbdb18e5ffad55f326c0fc3ea659fbe254f15b909 (patch)
treef86cecb6fb7bfa353bcc9869b8fbc309cecf8f2f
parentdbdaf98cb8a422c79751333697480376375c1684 (diff)
downloadruby-bdb18e5ffad55f326c0fc3ea659fbe254f15b909.tar.gz
Fix wrong English in ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fdb71ac19..dc4345a2ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon Jan 7 23:43:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal):
- add RB_GC_GUARD to prevent the immediate object is GCed too early.
+ add RB_GC_GUARD to prevent the intermediate object is GCed too early.
This patch was made by Yusuke Endoh. [Bug #7044] [ruby-core:47632]
* test/bigdecimal/test_bigdecimal.rb: add a reproduction test for