You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/01/30 08:38:44 UTC

svn propchange: r1822537 - svn:log

Author: ylavic
Revision: 1822537
Modified property: svn:log

Modified: svn:log at Tue Jan 30 08:38:44 2018
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 30 08:38:44 2018
@@ -1,6 +1,6 @@
 mpm_unix(es): cleanup properly on exit in one_process mode.
 
-We can destroy ap_pglobal in the MPMs because clean_child_exit() runs in
+We can't destroy ap_pglobal in the MPMs because clean_child_exit() runs in
 a DSO which would be unloaded under us.
 
 So we defer an ap_terminate() with atexit() in ap_unixd_mpm_set_signals(),