From 208e43b3feeece3b363af1f7426ec7df4a788e73 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 May 2010 22:24:00 +0000 Subject: * method.h (rb_gc_mark_method_entry): fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- method.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'method.h') diff --git a/method.h b/method.h index 98b89f8cf7..016743a20c 100644 --- a/method.h +++ b/method.h @@ -90,7 +90,7 @@ rb_method_entry_t *rb_method_entry_set(VALUE klass, ID mid, const rb_method_entr int rb_method_entry_arity(const rb_method_entry_t *me); -void rb_mark_method_entry(const rb_method_entry_t *me); +void rb_gc_mark_method_entry(const rb_method_entry_t *me); void rb_free_method_entry(rb_method_entry_t *me); #endif /* METHOD_H */ -- cgit v1.2.3