Fixed a typo in a comment.
authorWayne Davison <wayned@samba.org>
Thu, 20 Oct 2005 18:30:33 +0000 (18:30 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 20 Oct 2005 18:30:33 +0000 (18:30 +0000)
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
  *