From fe7ef7f0505bfa6e14ca171237f73b50fdae3c61 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Mon, 23 Jan 2023 12:57:49 +0000 Subject: Improve comment. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906943 13f79535-47bb-0310-9956-ffa450edef68 --- threadproc/win32/proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'threadproc') 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)) { -- cgit v1.2.1