You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2023/01/23 12:57:49 UTC

svn commit: r1906943 - /apr/apr/trunk/threadproc/win32/proc.c

Author: ivan
Date: Mon Jan 23 12:57:49 2023
New Revision: 1906943

URL: http://svn.apache.org/viewvc?rev=1906943&view=rev
Log:
Improve comment.

Modified:
    apr/apr/trunk/threadproc/win32/proc.c

Modified: apr/apr/trunk/threadproc/win32/proc.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/threadproc/win32/proc.c?rev=1906943&r1=1906942&r2=1906943&view=diff
==============================================================================
--- apr/apr/trunk/threadproc/win32/proc.c (original)
+++ apr/apr/trunk/threadproc/win32/proc.c Mon Jan 23 12:57:49 2023
@@ -917,8 +917,8 @@ APR_DECLARE(apr_status_t) apr_proc_creat
         }
 
         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)) {