diff --git a/java/org/apache/coyote/Processor.java b/java/org/apache/coyote/Processor.java index 64192f474ddf..c82f0df75feb 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);