aboutsummaryrefslogtreecommitdiffstats
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
commit9badc61a355ae42a7948bcea7a931322e756e0c5 (patch)
tree2a460d955ae9e7ff442a6109dd70da20f743a7a8 /method.h
parent6b24471ff5eef09d8e248e3cea9516838ea3d487 (diff)
downloadruby-9badc61a355ae42a7948bcea7a931322e756e0c5.tar.gz
* 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 {