From bdb18e5ffad55f326c0fc3ea659fbe254f15b909 Mon Sep 17 00:00:00 2001 From: mrkn Date: Tue, 8 Jan 2013 03:40:21 +0000 Subject: [PATCH] Fix wrong English in ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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