We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f3376 commit 66150ceCopy full SHA for 66150ce
pipe/dead-lock-in-read.c renamed to pipe/deadlock-in-read.c
@@ -1,6 +1,6 @@
1
/*
2
* The program reads from a pipe whose write file descriptor is still open by
3
- * the same process. The read operation is put to sleep for ever, dead locking
+ * the same process. The read operation is put to sleep for ever, deadlocking
4
* the process as it is waiting for an event that is never going to happen.
5
*
6
* (c) jp@devnull.cz
0 commit comments