X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5918daf8a42a80bb9db3c787dffd8dead4bcca9f..6d4ecad122887af92dc1363c9e0d4cca542bf2f5:/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 *