Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 31, 2024
1 parent 2976648 commit 8bf9122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/coyote/Processor.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8bf9122

Please sign in to comment.