diff options
| author | John Bampton <jbampton@gmail.com> | 2024-10-09 03:36:17 +1000 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-09 07:14:44 +0900 |
| commit | 3fc1495c305bca14ab30d458e74dcc42424195d1 (patch) | |
| tree | 611e589beb7d96725b6e5d3d7cfdfb68a974514d /thread_pthread.c | |
| parent | 65494d3cc6fbe5b25431021ac155b7aba3a1dff3 (diff) | |
Fix spelling
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11835
Diffstat (limited to 'thread_pthread.c')
| -rw-r--r-- | thread_pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c index c9a5c60bd5..c92fd52a66 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -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 |
