diff options
Diffstat (limited to 'yjit_iface.c')
-rw-r--r-- | yjit_iface.c | 2 |
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) { |