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

ruby-changes:40206

From: sorah <ko1@a...>
Date: Mon, 26 Oct 2015 18:38:37 +0900 (JST)
Subject: [ruby-changes:40206] sorah:r52287 (trunk): * vm_method.c(rb_method_entry_make):

sorah	2015-10-26 18:38:22 +0900 (Mon, 26 Oct 2015)

  New Revision: 52287

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

  Log:
    * vm_method.c(rb_method_entry_make):
      [DOC] [ci skip] Remove a needless space from comment
      [Fixes GH-1069] Patch by @yui-knk

  Modified files:
    trunk/ChangeLog
    trunk/vm_method.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52286)
+++ ChangeLog	(revision 52287)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Oct 26 18:36:43 2015  Shota Fukumori (sora_h) <her@s...>
+
+	* vm_method.c(rb_method_entry_make):
+	  [DOC] [ci skip] Remove a needless space from comment
+	  [Fixes GH-1069] Patch by @yui-knk
+
 Mon Oct 26 17:30:13 2015  Ryan Hosford  <tad.hosford@g...>
 
 	* lib/fileutils.rb: rename tailing to trailing.
Index: vm_method.c
===================================================================
--- vm_method.c	(revision 52286)
+++ vm_method.c	(revision 52287)
@@ -442,7 +442,7 @@ rb_add_refined_method_entry(VALUE refine https://github.com/ruby/ruby/blob/trunk/vm_method.c#L442
 /*
  * klass->method_table[mid] = method_entry(defined_class, visi, def)
  *
- * If def is given (!= NULL), then  just use it and ignore original_id and otps.
+ * If def is given (!= NULL), then just use it and ignore original_id and otps.
  * If not given, then make a new def with original_id and opts.
  */
 static rb_method_entry_t *

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

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