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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to