mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mutete -> mutate
This commit is contained in:
parent
ef3c25888e
commit
196eada8c6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue