Fix spelling

This commit is contained in:
John Bampton 2024-10-09 03:36:17 +10:00 committed by Hiroshi SHIBATA
parent 65494d3cc6
commit 3fc1495c30
Notes: git 2024-10-08 22:15:02 +00:00
7 changed files with 15 additions and 15 deletions

View file

@ -1320,7 +1320,7 @@ void
rb_ractor_sched_sleep(rb_execution_context_t *ec, rb_ractor_t *cr, rb_unblock_function_t *ubf)
{
// ractor lock of cr is acquired
// r is sleeping statuss
// r is sleeping status
rb_thread_t * volatile th = rb_ec_thread_ptr(ec);
struct rb_thread_sched *sched = TH_SCHED(th);
cr->sync.wait.waiting_thread = th; // TODO: multi-thread