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

dsoumis pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 8ed3062195 Fix comment
8ed3062195 is described below

commit 8ed306219544beef0d952e1d3841c657dc16a7fc
Author: Dimitris Soumis <[email protected]>
AuthorDate: Wed Jan 14 18:46:00 2026 +0200

    Fix comment
---
 test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java 
b/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
index 18e1151962..27def84db8 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
@@ -32,12 +32,12 @@ import org.junit.Assert;
 import org.apache.tomcat.util.net.TesterSupport;
 
 /*
- * The OpenSSL ocsp tool is great. But is does generate a lot of output. That 
needs to be swallowed else the
- * process will freeze with the output buffers (stdout and stderr) are full.
+ * The OpenSSL ocsp tool is great, but it does generate a lot of output. That 
output needs to be swallowed, else the
+ * process will freeze when the output buffers (stdout and stderr) are full.
  *
- * There is a command line option to redirect stdout (which could be 
redirected to /dev/null) but there is no option to
+ * There is a command line option to redirect stdout (which could be 
redirected to /dev/null), but there is no option to
  * redirect stderr. Therefore, this class uses a couple of dedicated threads 
to read stdout and stderr. By default, the
- * output is ignored but it can be dumped to Java's stdout/stderr if required 
for debugging purposes.
+ * output is ignored, but it can be dumped to Java's stdout/stderr if required 
for debugging purposes.
  */
 public class TesterOcspResponder {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to