From cf68d15c7ec000d9715d20bc8651bb5c0677641c Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 12 Jul 2011 08:34:20 +0000 Subject: [PATCH] Correct a comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145489 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/net/NioEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index 0fa9dd14d..2f5344f75 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -1241,7 +1241,7 @@ public class NioEndpoint extends AbstractEndpoint { sd.length -= written; attachment.access(); } else { - // Unusual not to be unable to transfer any bytes + // Unusual not to be able to transfer any bytes // Check the length was set correctly if (sd.fchannel.size() <= sd.pos) { throw new IOException("Sendfile configured to " + -- 2.11.0