summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2023-01-23 12:57:49 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2023-01-23 12:57:49 +0000
commit4d9bd298491e0ac7542293cf57cbd1a32c7ef519 (patch)
tree0347f7c13b1c771563454cfbfeb2e2ed1dd61acc
parente786a4b14c92e628ae3964d27f78759446a0b456 (diff)
downloadlibapr-4d9bd298491e0ac7542293cf57cbd1a32c7ef519.tar.gz
Improve comment.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906943 13f79535-47bb-0310-9956-ffa450edef68
-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)) {