summaryrefslogtreecommitdiff
path: root/method.h
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 04:48:10 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 04:48:10 +0000
commit4b80f53265b074e3b3773ce07f23465a689358ee (patch)
tree32f05d2513023d652ba03c37b0feb36f9c86f7da /method.h
parent36ca18b84715dcc92a82ec4cbef6e83321640443 (diff)
* method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52053 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 0628559604..69643c1c82 100644
--- a/method.h
+++ b/method.h
@@ -125,7 +125,7 @@ typedef struct rb_iseq_struct rb_iseq_t;
typedef struct rb_method_iseq_struct {
const rb_iseq_t * const iseqptr; /* should be separated from iseqval */
- rb_cref_t * const cref; /* shoudl be marked */
+ rb_cref_t * const cref; /* should be marked */
} rb_method_iseq_t; /* check rb_add_method_iseq() when modify the fields */
typedef struct rb_method_cfunc_struct {