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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new d26e61bf58 Fix typo
d26e61bf58 is described below

commit d26e61bf58a143a15d00c28f97da363a7cf04ee4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 31 16:27:24 2024 +0100

    Fix typo
---
 java/org/apache/coyote/Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/Processor.java 
b/java/org/apache/coyote/Processor.java
index 64192f474d..c82f0df75f 100644
--- a/java/org/apache/coyote/Processor.java
+++ b/java/org/apache/coyote/Processor.java
@@ -68,7 +68,7 @@ public interface Processor {
      * represent a timeout that is triggered independently of the socket 
read/write timeouts.
      *
      * @param now The time (as returned by {@link System#currentTimeMillis()} 
to use as the current time to determine
-     *                whether the timeout has expired. If negative, the 
timeout will always be treated as ifq it has
+     *                whether the timeout has expired. If negative, the 
timeout will always be treated as if it has
      *                expired.
      */
     void timeoutAsync(long now);


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to