Author: markt Date: Mon Mar 11 21:48:39 2013 New Revision: 1455344 URL: http://svn.apache.org/r1455344 Log: Fix comment typo
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java?rev=1455344&r1=1455343&r2=1455344&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java (original) +++ tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Mon Mar 11 21:48:39 2013 @@ -666,8 +666,8 @@ public abstract class AbstractProtocol i // Don't add sockets back to the poller if this was a // non-blocking write otherwise the poller may trigger // multiple read events which may lead to thread starvation - // in the connector. The write() method will add this this - // socket to the poller if necessary. + // in the connector. The write() method will add this socket + // to the poller if necessary. if (status != SocketStatus.OPEN_WRITE) { longPoll(wrapper, processor); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org