From: Wayne Davison Date: Thu, 20 Oct 2005 18:30:33 +0000 (+0000) Subject: Fixed a typo in a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/20c1926a014c9d3b882c756ff01beec6ec09611d 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 *