diff options
Diffstat (limited to 'share/doc/psd/20.ipctut/socketpair.c')
-rw-r--r-- | share/doc/psd/20.ipctut/socketpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/socketpair.c b/share/doc/psd/20.ipctut/socketpair.c index afc5c90cab49..f525c76fc792 100644 --- a/share/doc/psd/20.ipctut/socketpair.c +++ b/share/doc/psd/20.ipctut/socketpair.c @@ -42,7 +42,7 @@ * This program creates a pair of connected sockets then forks and * communicates over them. This is very similar to communication with pipes, * however, socketpairs are two-way communications objects. Therefore I can - * send messages in both directions. + * send messages in both directions. */ main() |