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