summaryrefslogtreecommitdiff
path: root/yjit_iface.c
diff options
context:
space:
mode:
author180909 <734461790@qq.com>2021-11-02 17:18:26 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-02 18:34:17 +0900
commit83704a28519632eabe41664d58071381dd1e7159 (patch)
tree55a3a715e4355f7ae86107a35e1ff3b756e08504 /yjit_iface.c
parent905b6aaa7c5d327ab14bc7eaec13de5a34a82753 (diff)
remove the repeat 'the'
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5069
Diffstat (limited to 'yjit_iface.c')
-rw-r--r--yjit_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_iface.c b/yjit_iface.c
index e4915f7e75..9c52c4d2e3 100644
--- a/yjit_iface.c
+++ b/yjit_iface.c
@@ -514,7 +514,7 @@ yjit_blocks_for(VALUE mod, VALUE rb_iseq)
return all_versions;
}
-/* Get the address of the the code associated with a YJIT::Block */
+/* Get the address of the code associated with a YJIT::Block */
static VALUE
block_address(VALUE self)
{