This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push: new 9bbfb9231 Fix typo 9bbfb9231 is described below commit 9bbfb9231b8c2fe2c2b719fb325653c095a48260 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 31 09:22:42 2022 +0100 Fix typo --- native/src/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/pool.c b/native/src/pool.c index 83c449449..901ed0206 100644 --- a/native/src/pool.c +++ b/native/src/pool.c @@ -42,7 +42,7 @@ TCN_IMPLEMENT_CALL(jlong, Pool, create)(TCN_STDARGS, jlong parent) apr_pool_t *n; UNREFERENCED(o); - /* Make sure our global pool is accessor for all pools */ + /* Make sure our global pool is ancestor for all pools */ if (p == NULL) p = tcn_global_pool; TCN_THROW_IF_ERR(apr_pool_create(&n, p), n); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org