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

ruby-changes:35808

From: zzak <ko1@a...>
Date: Sun, 12 Oct 2014 10:40:06 +0900 (JST)
Subject: [ruby-changes:35808] zzak:r47890 (trunk): * vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]

zzak	2014-10-12 10:39:53 +0900 (Sun, 12 Oct 2014)

  New Revision: 47890

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

  Log:
    * vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
      https://github.com/ruby/ruby/pull/738

  Modified files:
    trunk/ChangeLog
    trunk/vm.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47889)
+++ ChangeLog	(revision 47890)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Oct 12 10:39:16 2014  Zachary Scott  <e@z...>
+
+	* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
+	  https://github.com/ruby/ruby/pull/738
+
 Sun Oct 12 09:24:15 2014  Tanaka Akira  <akr@f...>
 
 	* test/lib/test/unit.rb: Hide skips by default.
Index: vm.c
===================================================================
--- vm.c	(revision 47889)
+++ vm.c	(revision 47890)
@@ -3024,7 +3024,7 @@ vm_collect_usage_operand(int insn, int n https://github.com/ruby/ruby/blob/trunk/vm.c#L3024
 }
 
 /* @param reg register id. see code of vm_analysis_register() */
-/* @param iseset 0: read, 1: write */
+/* @param isset 0: read, 1: write */
 static void
 vm_collect_usage_register(int reg, int isset)
 {

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

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