You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/02/02 11:30:21 UTC

svn commit: r739957 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java

Author: luc
Date: Mon Feb  2 10:30:20 2009
New Revision: 739957

URL: http://svn.apache.org/viewvc?rev=739957&view=rev
Log:
javadoc typo

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java?rev=739957&r1=739956&r2=739957&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java Mon Feb  2 10:30:20 2009
@@ -481,7 +481,7 @@
         /** Reference modification count. */
         private final int referenceCount;
 
-        /** Index of curent element. */
+        /** Index of current element. */
         private int current;
 
         /** Index of next element. */