summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2023-01-23 12:57:49 +0000
committerIvan Zhakov <ivan@apache.org>2023-01-23 12:57:49 +0000
commitfe7ef7f0505bfa6e14ca171237f73b50fdae3c61 (patch)
tree0347f7c13b1c771563454cfbfeb2e2ed1dd61acc /threadproc
parent9b4df62cd1117d6b4348c8a1f7871ece024eb413 (diff)
downloadapr-fe7ef7f0505bfa6e14ca171237f73b50fdae3c61.tar.gz
Improve comment.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906943 13f79535-47bb-0310-9956-ffa450edef68
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)) {