summaryrefslogtreecommitdiff
path: root/method.h
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-04 06:40:54 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-04 06:40:54 +0000
commit825c891b4ee256e3139b71ba4876595391e4d176 (patch)
tree2a460d955ae9e7ff442a6109dd70da20f743a7a8 /method.h
parentb6807ba3535bf3fc5a4f46c7477c77005c563cf1 (diff)
* method.h: fix typo. Patch by @davydovanton
[fix GH-1076][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'method.h')
-rw-r--r--method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/method.h b/method.h
index a314a75634..fd3eaac6fc 100644
--- a/method.h
+++ b/method.h
@@ -130,7 +130,7 @@ typedef struct rb_method_cfunc_struct {
typedef struct rb_method_attr_struct {
ID id;
- const VALUE location; /* sould be marked */
+ const VALUE location; /* should be marked */
} rb_method_attr_t;
typedef struct rb_method_alias_struct {