From: markt Date: Tue, 12 Jul 2011 08:34:20 +0000 (+0000) Subject: Correct a comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf68d15c7ec000d9715d20bc8651bb5c0677641c;p=tomcat7.0 Correct a comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145489 13f79535-47bb-0310-9956-ffa450edef68 --- 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 " +