aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 60b5ce1af6..2d255beaec 100644
--- a/thread.c
+++ b/thread.c
@@ -4511,7 +4511,7 @@ check_signals_nogvl(rb_thread_t *th, int sigwait_fd)
else {
threadptr_trap_interrupt(vm->ractor.main_thread);
}
- ret = TRUE; /* for SIGCHLD_LOSSY && rb_sigwait_sleep */
+ ret = TRUE; /* for rb_sigwait_sleep */
}
return ret;
}