Fixed a typo in a comment.
[rsync/rsync.git] / pipe.c
diff --git a/pipe.c b/pipe.c
index 0130608..a0704bc 100644 (file)
--- 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
  *