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/06/02 23:11:27 UTC

svn commit: r1488791 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

Author: markt
Date: Sun Jun  2 21:11:26 2013
New Revision: 1488791

URL: http://svn.apache.org/r1488791
Log:
Typo

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=1488791&r1=1488790&r2=1488791&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Sun Jun  2 21:11:26 2013
@@ -1698,7 +1698,7 @@ public class AprEndpoint extends Abstrac
                                         // Must be using non-blocking IO for the socket to be in the
                                         // poller during async processing. Need to trigger error
                                         // handling. Poller will return error codes plus the flags it
-                                        // was waiting for.We could return ASYNC_[WRITE|READ]_ERROR
+                                        // was waiting for. We could return ASYNC_[WRITE|READ]_ERROR
                                         // error here but if we do, there will be no exception
                                         // associated with the error. By signalling read/write is
                                         // possible, a read/write will be attempted, fail and that



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