From 196eada8c696e8344e976b64615a13219aafcb02 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 22 Oct 2020 18:20:35 -0400 Subject: mutete -> mutate --- vm_callinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_callinfo.h') diff --git a/vm_callinfo.h b/vm_callinfo.h index 03d9e2d2be..b268783695 100644 --- a/vm_callinfo.h +++ b/vm_callinfo.h @@ -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) -- cgit v1.2.1