ruby-changes:63419
From: Alan <ko1@a...>
Date: Fri, 23 Oct 2020 07:21:33 +0900 (JST)
Subject: [ruby-changes:63419] 196eada8c6 (master): mutete -> mutate
https://git.ruby-lang.org/ruby.git/commit/?id=196eada8c6 From 196eada8c696e8344e976b64615a13219aafcb02 Mon Sep 17 00:00:00 2001 From: Alan Wu <alanwu@r...> Date: Thu, 22 Oct 2020 18:20:35 -0400 Subject: mutete -> mutate diff --git a/vm_callinfo.h b/vm_callinfo.h index 03d9e2d..b268783 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 https://github.com/ruby/ruby/blob/trunk/vm_callinfo.h#L374 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/