diff --git a/lib/libc_r/test/sigwait_d.c b/lib/libc_r/test/sigwait_d.c index ab57979119b5..f3ccd6b98491 100644 --- a/lib/libc_r/test/sigwait_d.c +++ b/lib/libc_r/test/sigwait_d.c @@ -279,7 +279,7 @@ int main (int argc, char *argv[]) if (sigcounts[SIGUSR1] != 1) fprintf (stderr, "FAIL: sigwait doesn't wake up for SIGUSR1.\n"); - /* Add SIGHUP to the waiters pending signals. */ + /* Add SIGUSR1 to the waiters pending signals. */ send_thread_signal (tid, SIGUSR1); /* Release the waiter thread and allow him to run. */ pthread_mutex_unlock (&waiter_mutex); diff --git a/lib/libkse/test/sigwait_d.c b/lib/libkse/test/sigwait_d.c index ab57979119b5..f3ccd6b98491 100644 --- a/lib/libkse/test/sigwait_d.c +++ b/lib/libkse/test/sigwait_d.c @@ -279,7 +279,7 @@ int main (int argc, char *argv[]) if (sigcounts[SIGUSR1] != 1) fprintf (stderr, "FAIL: sigwait doesn't wake up for SIGUSR1.\n"); - /* Add SIGHUP to the waiters pending signals. */ + /* Add SIGUSR1 to the waiters pending signals. */ send_thread_signal (tid, SIGUSR1); /* Release the waiter thread and allow him to run. */ pthread_mutex_unlock (&waiter_mutex); diff --git a/lib/libpthread/test/sigwait_d.c b/lib/libpthread/test/sigwait_d.c index ab57979119b5..f3ccd6b98491 100644 --- a/lib/libpthread/test/sigwait_d.c +++ b/lib/libpthread/test/sigwait_d.c @@ -279,7 +279,7 @@ int main (int argc, char *argv[]) if (sigcounts[SIGUSR1] != 1) fprintf (stderr, "FAIL: sigwait doesn't wake up for SIGUSR1.\n"); - /* Add SIGHUP to the waiters pending signals. */ + /* Add SIGUSR1 to the waiters pending signals. */ send_thread_signal (tid, SIGUSR1); /* Release the waiter thread and allow him to run. */ pthread_mutex_unlock (&waiter_mutex);