This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new b6ef8f9cc1 Fix typo in Javadoc
b6ef8f9cc1 is described below
commit b6ef8f9cc11a74e96e03d0065f552db16ba09917
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]