Skip to content

Commit 0cff802

Browse files
committed
adjust wording
1 parent d924670 commit 0cff802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pthreads/sigwait.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ main(void)
5353
pthread_create(&t1, NULL, thread, &n1);
5454
pthread_create(&t2, NULL, thread, &n2);
5555

56-
printf("You can to ^C, ^\\, or ^Z me now. Use 'kill -9 %d' " \
56+
printf("You can ^C, ^\\, or ^Z me now. Use 'kill -9 %d' " \
5757
"from separate terminal to get rid of me.\n", getpid());
5858
while (1) {
5959
sigwait(&sset, &sig);

0 commit comments

Comments
 (0)