mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fix typo in thread_pthread.c [ci skip] (#15465)
Fix typo in thread_pthread.c: threre -> there
This commit is contained in:
parent
29c29c2b7e
commit
264c469bc2
@ -1459,7 +1459,7 @@ rb_ractor_sched_barrier_start(rb_vm_t *vm, rb_ractor_t *cr)
|
||||
vm->ractor.sync.lock_owner = cr;
|
||||
}
|
||||
|
||||
// do not release ractor_sched_lock and threre is no newly added (resumed) thread
|
||||
// do not release ractor_sched_lock and there is no newly added (resumed) thread
|
||||
// thread_sched_setup_running_threads
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user