You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/31 08:23:00 UTC

[tomcat-native] branch main updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 92828ca3a Fix typo
92828ca3a is described below

commit 92828ca3a4f0734efbaddcf680dc88b0b1ec65fc
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org