Author: markt Date: Tue Jul 12 08:34:20 2011 New Revision: 1145489 URL: http://svn.apache.org/viewvc?rev=1145489&view=rev Log: Correct a comment
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?rev=1145489&r1=1145488&r2=1145489&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Tue Jul 12 08:34:20 2011 @@ -1241,7 +1241,7 @@ public class NioEndpoint extends Abstrac 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 " + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org