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 2012/12/04 22:20:25 UTC

svn commit: r1417193 - /tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

Author: markt
Date: Tue Dec  4 21:20:25 2012
New Revision: 1417193

URL: http://svn.apache.org/viewvc?rev=1417193&view=rev
Log:
Fix comment typo

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java?rev=1417193&r1=1417192&r2=1417193&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java Tue Dec  4 21:20:25 2012
@@ -50,7 +50,7 @@ public final class MessageBytes implemen
     public static final int T_CHARS = 3;
 
     private int hashCode=0;
-    // did we computed the hashcode ?
+    // did we compute the hashcode ?
     private boolean hasHashCode=false;
 
     // Internal objects to represent array + offset, and specific methods



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