aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 09:38:22 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 09:38:22 +0000
commit9b425061dad0fb850c12864bf271691d20a4e762 (patch)
tree1154e771712f8d14ea65f5a94f1df731bf00888c /vm_method.c
parent727f2971fb7711dd0607d86d6577beb7f6c9ebc1 (diff)
downloadruby-9b425061dad0fb850c12864bf271691d20a4e762.tar.gz
* vm_method.c(rb_method_entry_make):
[DOC] [ci skip] Remove a needless space from comment [Fixes GH-1069] Patch by @yui-knk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 923085f33c..f61c1b7d96 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -442,7 +442,7 @@ rb_add_refined_method_entry(VALUE refined_class, ID mid)
/*
* 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 *