[前][次][番号順一覧][スレッド一覧]

ruby-changes:26687

From: mrkn <ko1@a...>
Date: Tue, 8 Jan 2013 12:40:32 +0900 (JST)
Subject: [ruby-changes:26687] mrkn:r38738 (trunk): Fix wrong English in ChangeLog

mrkn	2013-01-08 12:40:21 +0900 (Tue, 08 Jan 2013)

  New Revision: 38738

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38738

  Log:
    Fix wrong English in ChangeLog

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38737)
+++ ChangeLog	(revision 38738)
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Mon Jan  7 23:43:00 2013  Kenta Murata  <mrkn@m...>
 
 	* 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]