Fix typo in thread_pthread.c [ci skip] (#15465)

Fix typo in thread_pthread.c: threre -> there
This commit is contained in:
Yuji Teshima 2025-12-10 08:28:18 +09:00 committed by GitHub
parent 29c29c2b7e
commit 264c469bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}