Author: markt
Date: Sun Nov 23 22:49:25 2014
New Revision: 1641266

URL: http://svn.apache.org/r1641266
Log:
Fix comments.

Modified:
    tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java?rev=1641266&r1=1641265&r2=1641266&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Sun Nov 
23 22:49:25 2014
@@ -161,8 +161,8 @@ public abstract class AbstractAjpProcess
 
 
     /**
-     * Location of next write of the response message (used withnon-blocking
-     * writes when the message may not be written in a single write). Avalue of
+     * Location of next write of the response message (used with non-blocking
+     * writes when the message may not be written in a single write). A value 
of
      * -1 indicates that no message has been written to the buffer.
      */
     private int responseMsgPos = -1;



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

Reply via email to