Skip to content

Commit 66150ce

Browse files
committed
Fix the language.
1 parent 34f3376 commit 66150ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipe/dead-lock-in-read.c renamed to pipe/deadlock-in-read.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* 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
3+
* the same process. The read operation is put to sleep for ever, deadlocking
44
* the process as it is waiting for an event that is never going to happen.
55
*
66
* (c) jp@devnull.cz

0 commit comments

Comments
 (0)