aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rw-r--r--method.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc3f8b7cc..3d43abf502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 4 15:40:45 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * method.h: fix typo. Patch by @davydovanton
+ [fix GH-1076][ci skip]
+
Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* hash.c: use correct grammer. Patch by @tveastman
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 {