diff options
Diffstat (limited to 'share/doc/psd/20.ipctut/pipe.c')
-rw-r--r-- | share/doc/psd/20.ipctut/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/pipe.c b/share/doc/psd/20.ipctut/pipe.c index 3f482f3084df..86cb66354250 100644 --- a/share/doc/psd/20.ipctut/pipe.c +++ b/share/doc/psd/20.ipctut/pipe.c @@ -40,7 +40,7 @@ * parent over the pipe. Notice that a pipe is a one-way communications * device. I can write to the output socket (sockets[1], the second socket * of the array returned by pipe()) and read from the input socket - * (sockets[0]), but not vice versa. + * (sockets[0]), but not vice versa. */ main() |