From: Wayne Davison Date: Thu, 20 Oct 2005 18:30:33 +0000 (+0000) Subject: Fixed a typo in a comment. X-Git-Tag: v2.6.7pre1~359 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20c1926a014c9d3b882c756ff01beec6ec09611d;p=thirdparty%2Frsync.git Fixed a typo in a comment. --- diff --git a/pipe.c b/pipe.c index 01306088..a0704bc7 100644 --- a/pipe.c +++ b/pipe.c @@ -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 *