Fixed a typo in a comment.

This commit is contained in:
Wayne Davison
2005-10-20 18:30:33 +00:00
parent d030233def
commit 20c1926a01

2
pipe.c
View File

@@ -28,7 +28,7 @@ extern int orig_umask;
extern int filesfrom_fd;
/**
* Create a child connected to use on stdin/stdout.
* Create a child connected to us via its stdin/stdout.
*
* This is derived from CVS code
*