aboutsummaryrefslogtreecommitdiffstats
path: root/pipe.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-10-20 18:30:33 +0000
committerWayne Davison <wayned@samba.org>2005-10-20 18:30:33 +0000
commit20c1926a014c9d3b882c756ff01beec6ec09611d (patch)
tree3db8c8205a64b5ae22555eef7b90005938e9bebb /pipe.c
parentd030233def34a2a9e0def097c0a87f5fdc481051 (diff)
downloadandroid_external_rsync-20c1926a014c9d3b882c756ff01beec6ec09611d.tar.gz
android_external_rsync-20c1926a014c9d3b882c756ff01beec6ec09611d.tar.bz2
android_external_rsync-20c1926a014c9d3b882c756ff01beec6ec09611d.zip
Fixed a typo in a comment.
Diffstat (limited to 'pipe.c')
-rw-r--r--pipe.c2
1 files changed, 1 insertions, 1 deletions
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
*