Skip to content

Commit dd4c2ae

Browse files
committed
YJIT: Fix typo in comment
1 parent ebcf26b commit dd4c2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yjit/src/invariants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ pub extern "C" fn rb_yjit_cme_invalidate(callee_cme: *const rb_callable_method_e
303303
});
304304
}
305305

306-
/// Callback for then Ruby is about to spawn a ractor. In that case we need to
306+
/// Callback for when Ruby is about to spawn a ractor. In that case we need to
307307
/// invalidate every block that is assuming single ractor mode.
308308
#[no_mangle]
309309
pub extern "C" fn rb_yjit_before_ractor_spawn() {

0 commit comments

Comments
 (0)