X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5918daf8a42a80bb9db3c787dffd8dead4bcca9f..0ee32c62d3ba303f30007c8d53f327a8d98bfdf9:/pipe.c 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 *