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

ruby-changes:25071

From: nobu <ko1@a...>
Date: Tue, 9 Oct 2012 17:06:09 +0900 (JST)
Subject: [ruby-changes:25071] nobu:r37123 (trunk): * ChangeLog: fix typo.

nobu	2012-10-09 17:05:59 +0900 (Tue, 09 Oct 2012)

  New Revision: 37123

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

  Log:
    * ChangeLog: fix typo.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37122)
+++ ChangeLog	(revision 37123)
@@ -5,9 +5,9 @@
 
 Tue Oct  9 14:28:18 2012  Koichi Sasada  <ko1@a...>
 
-	* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.
+	* vm_core.h (rb_call_info_t): add new type `rb_call_info_t'.
 	  This data structure contains information including inline method
-	  cache. After that, `struct iseq_inline_cache_entry' does not 
+	  cache. After that, `struct iseq_inline_cache_entry' does not
 	  need to contain inline cache for method invocation.
 	  Other information will be added to this data structure.
 

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

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