From 83704a28519632eabe41664d58071381dd1e7159 Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Tue, 2 Nov 2021 17:18:26 +0800 Subject: [PATCH] remove the repeat 'the' --- yjit_iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {