This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 50ab638ef9 Fix typo in Javadoc
50ab638ef9 is described below
commit 50ab638ef93380b4afd07a49fc599dee59bc62aa
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 23 09:17:13 2026 +0000
Fix typo in Javadoc
---
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
index c1efb64a62..de2457838b 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
@@ -504,7 +504,7 @@ public class ChunkedInputFilter implements InputFilter,
ApplicationBufferHandler
/**
* Parse CRLF at end of chunk.
*
- * @return {@code true} if the read is complete or {@code false if
incomplete}. In complete reads can only happen
+ * @return {@code true} if the read is complete or {@code false if
incomplete}. Incomplete reads can only happen
* with non-blocking I/O.
*
* @throws IOException An error occurred parsing CRLF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]