aboutsummaryrefslogtreecommitdiffstats
path: root/vm_callinfo.h
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2020-10-22 18:20:35 -0400
committerAlan Wu <alanwu@ruby-lang.org>2020-10-22 18:20:35 -0400
commit196eada8c696e8344e976b64615a13219aafcb02 (patch)
treefda7ab77a330af1bd12b0e8d9b9b3f48d1fed374 /vm_callinfo.h
parentef3c25888e5e02c91c81db97612a96aa5b881e08 (diff)
downloadruby-196eada8c696e8344e976b64615a13219aafcb02.tar.gz
mutete -> mutate
Diffstat (limited to 'vm_callinfo.h')
-rw-r--r--vm_callinfo.h2
1 files changed, 1 insertions, 1 deletions
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)