Skip to content

Commit a16c32a

Browse files
committed
Fix comment
1 parent 21aa14f commit a16c32a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
import org.apache.tomcat.util.net.TesterSupport;
3131

3232
/*
33-
* The OpenSSL ocsp tool is great. But is does generate a lot of output. That needs to be swallowed else the
34-
* process will freeze with the output buffers (stdout and stderr) are full.
33+
* The OpenSSL ocsp tool is great, but it does generate a lot of output. That output needs to be swallowed, else the
34+
* process will freeze when the output buffers (stdout and stderr) are full.
3535
*
36-
* There is a command line option to redirect stdout (which could be redirected to /dev/null) but there is no option to
36+
* There is a command line option to redirect stdout (which could be redirected to /dev/null), but there is no option to
3737
* redirect stderr. Therefore, this class uses a couple of dedicated threads to read stdout and stderr. By default, the
38-
* output is ignored but it can be dumped to Java's stdout/stderr if required for debugging purposes.
38+
* output is ignored, but it can be dumped to Java's stdout/stderr if required for debugging purposes.
3939
*/
4040
public class TesterOcspResponder {
4141

0 commit comments

Comments
 (0)