We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d924670 commit 0cff802Copy full SHA for 0cff802
pthreads/sigwait.c
@@ -53,7 +53,7 @@ main(void)
53
pthread_create(&t1, NULL, thread, &n1);
54
pthread_create(&t2, NULL, thread, &n2);
55
56
- printf("You can to ^C, ^\\, or ^Z me now. Use 'kill -9 %d' " \
+ printf("You can ^C, ^\\, or ^Z me now. Use 'kill -9 %d' " \
57
"from separate terminal to get rid of me.\n", getpid());
58
while (1) {
59
sigwait(&sset, &sig);
0 commit comments