Fix a typo.

This commit is contained in:
Jason Evans 2001-05-20 23:10:30 +00:00
parent 6699b0c6fe
commit dd2d9a766b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76910
3 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);