You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/28 11:08:54 UTC

svn commit: r1518113 - /tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

Author: markt
Date: Wed Aug 28 09:08:54 2013
New Revision: 1518113

URL: http://svn.apache.org/r1518113
Log:
Fix typo

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java?rev=1518113&r1=1518112&r2=1518113&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java Wed Aug 28 09:08:54 2013
@@ -629,7 +629,7 @@ public class InternalAprInputBuffer exte
             return 0;
         } else if (-nRead == Status.TIMEUP) {
             // Attempting to read from the socket when the poller has not
-            // signaled that there is data to read appears to behave like a
+            // signalled that there is data to read appears to behave like a
             // blocking read with a short timeout on OSX rather than like a
             // non-blocking read. If no data is read, treat the resulting
             // timeout like a non-blocking read that returned no data.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org