* 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
This commit is contained in:
hsbt 2015-11-04 06:40:54 +00:00
Родитель b6807ba353
Коммит 825c891b4e
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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 {