mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix spelling
This commit is contained in:
parent
65494d3cc6
commit
3fc1495c30
Notes:
git
2024-10-08 22:15:02 +00:00
7 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue