Skip to content

Commit 487ede6

Browse files
authored
adjust comment wrapping
1 parent 8e0dcb8 commit 487ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signals/sigqueue.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ main(int argc, char **argv)
7070
/*
7171
* We should block SIGINT in the parent and unblock it in the
7272
* child only after the handler is set otherwise the signal will
73-
* terminate the child before it can setup the handler. Use
74-
* sleep as a crude way to avoid this.
73+
* terminate the child before it can setup the handler.
74+
* Use sleep as a crude way to avoid this.
7575
*/
7676
printf("%d sleeping 1 second\n", getpid());
7777
sleep(1);

0 commit comments

Comments
 (0)