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