javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@739957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-02-02 10:30:20 +00:00
parent 392f5ccdd3
commit aa0dd1db20
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ public class OpenIntToDoubleHashMap implements Serializable {
/** Reference modification count. */
private final int referenceCount;
/** Index of curent element. */
/** Index of current element. */
private int current;
/** Index of next element. */