summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorYuji Teshima <36704166+yujiteshima@users.noreply.github.com>2025-12-10 08:28:18 +0900
committerGitHub <noreply@github.com>2025-12-10 08:28:18 +0900
commit264c469bc2cd6a9320cb1545d83ebda69e421f49 (patch)
tree4930a37f69ad57fb5a4afb0d418c577fe5eab67b /thread_pthread.c
parent29c29c2b7e972359ab83038c5dc27a7e53ae65c7 (diff)
Fix typo in thread_pthread.c [ci skip] (#15465)
Fix typo in thread_pthread.c: threre -> there
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 93b32e55c0..0a19f7f031 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -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
}