summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/win32/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c
index c0df40184..84fe77ed5 100644
--- a/threadproc/win32/proc.c
+++ b/threadproc/win32/proc.c
@@ -917,8 +917,8 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new,
}
if (rv == APR_SUCCESS) {
- /* Close our side of pipes before releasing lock: otherwise they
- * could like to other process when apr_proc_create() is used from
+ /* Close our copy of pipes before releasing lock: otherwise they
+ * could leak to other process when apr_proc_create() is used from
* from multiple threads.
*/
if ((attr->child_in) && (attr->child_in != &no_file)) {