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/07/02 14:27:39 UTC

svn commit: r1498903 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

Author: markt
Date: Tue Jul  2 12:27:39 2013
New Revision: 1498903

URL: http://svn.apache.org/r1498903
Log:
Fix comment typo

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java?rev=1498903&r1=1498902&r2=1498903&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java Tue Jul  2 12:27:39 2013
@@ -108,7 +108,7 @@ public abstract class AbstractServletOut
         } else {
             // Non-blocking IO
             // If the non-blocking read does not complete, doWrite() will add
-            // the socket back into the poller. The poller way trigger a new
+            // the socket back into the poller. The poller may trigger a new
             // write event before this method has finished updating buffer. The
             // writeLock sync makes sure that buffer is updated before the next
             // write executes.



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