Correct a comment
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 12 Jul 2011 08:34:20 +0000 (08:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 12 Jul 2011 08:34:20 +0000 (08:34 +0000)
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

index 0fa9dd1..2f5344f 100644 (file)
@@ -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 " +