Skip to content

Commit 264c469

Browse files
authored
Fix typo in thread_pthread.c [ci skip] (ruby#15465)
Fix typo in thread_pthread.c: threre -> there
1 parent 29c29c2 commit 264c469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thread_pthread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ rb_ractor_sched_barrier_start(rb_vm_t *vm, rb_ractor_t *cr)
14591459
vm->ractor.sync.lock_owner = cr;
14601460
}
14611461

1462-
// do not release ractor_sched_lock and threre is no newly added (resumed) thread
1462+
// do not release ractor_sched_lock and there is no newly added (resumed) thread
14631463
// thread_sched_setup_running_threads
14641464
}
14651465

0 commit comments

Comments
 (0)