From b7ead48e93227c597eea63c9e3a6fbd4eb676b60 Mon Sep 17 00:00:00 2001 From: jasone Date: Sun, 20 May 2001 23:10:30 +0000 Subject: Fix a typo. --- lib/libc_r/test/sigwait_d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r/test') diff --git a/lib/libc_r/test/sigwait_d.c b/lib/libc_r/test/sigwait_d.c index ab57979..f3ccd6b 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); -- cgit v1.1