remove the repeat 'the'

This commit is contained in:
180909 2021-11-02 17:18:26 +08:00 committed by Hiroshi SHIBATA
parent 905b6aaa7c
commit 83704a2851
Notes: git 2021-11-02 18:34:40 +09:00

View File

@ -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)
{