From 20c1926a014c9d3b882c756ff01beec6ec09611d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 20 Oct 2005 18:30:33 +0000 Subject: [PATCH] Fixed a typo in a comment. --- pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.34.1