summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
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 693d8f10e8..5de4bb3526 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -275,7 +275,7 @@ static int ubf_threads_empty(void);
/*
* sigwait_th is the thread which owns sigwait_fd and sleeps on it
- * (using ppoll). MJIT worker can be sigwait_th==0, so we initialize
+ * (using ppoll). RJIT worker can be sigwait_th==0, so we initialize
* it to THREAD_INVALID at startup and fork time. It is the ONLY thread
* allowed to read from sigwait_fd, otherwise starvation can occur.
*/