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

ruby-changes:39847

From: kazu <ko1@a...>
Date: Thu, 24 Sep 2015 23:35:44 +0900 (JST)
Subject: [ruby-changes:39847] kazu:r51928 (trunk): fix typos [ci skip]

kazu	2015-09-24 23:35:33 +0900 (Thu, 24 Sep 2015)

  New Revision: 51928

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51927)
+++ ChangeLog	(revision 51928)
@@ -55,7 +55,7 @@ Sun Sep 20 02:46:34 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L55
 	  After this patch, above three structs are passed.
 
 	  This patch improves:
-	  * data locarity (rb_call_info is now read-only data).
+	  * data locality (rb_call_info is now read-only data).
 	  * reduce memory consumption (rb_call_info_with_kwarg,
 	    rb_calling_info).
 
@@ -74,7 +74,7 @@ Sun Sep 20 02:46:34 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L74
 	* vm_insnhelper.h: ditto.
 
 	* iseq.h: add iseq_compile_data::ci_index and
-	  iseq_compile_data::ci_kw_indx.
+	  iseq_compile_data::ci_kw_index.
 
 	* tool/instruction.rb: introduce TS_CALLCACHE operand type.
 

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

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