From 2e875549a934fa04b7939810fa0d8a2762702aaa Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 6 Mar 2023 23:15:30 -0800 Subject: s/MJIT/RJIT/ --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') 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. */ -- cgit v1.2.1