1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

mutete -> mutate

This commit is contained in:
Alan Wu 2020-10-22 18:20:35 -04:00
parent ef3c25888e
commit 196eada8c6

View file

@ -374,7 +374,7 @@ vm_cc_valid_p(const struct rb_callcache *cc, const rb_callable_method_entry_t *c
extern const struct rb_callcache *rb_vm_empty_cc(void);
#define vm_cc_empty() rb_vm_empty_cc()
/* callcache: mutete */
/* callcache: mutate */
static inline void
vm_cc_cme_set(const struct rb_callcache *cc, const struct rb_callable_method_entry_struct *cme)