mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
fix comment typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -153,7 +153,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
mc->pid = getpid();
|
||||
|
||||
/*
|
||||
* Let us cleanup on restarts and exists
|
||||
* Let us cleanup on restarts and exits
|
||||
*/
|
||||
apr_pool_cleanup_register(p, base_server,
|
||||
ssl_init_ModuleKill,
|
||||
|
Reference in New Issue
Block a user