Author: srowen
Date: Fri Mar  2 12:09:11 2012
New Revision: 1296164

URL: http://svn.apache.org/viewvc?rev=1296164&view=rev
Log:
Doc typo fix

Modified:
    
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java

Modified: 
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java
URL: 
http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java?rev=1296164&r1=1296163&r2=1296164&view=diff
==============================================================================
--- 
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java
 (original)
+++ 
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java
 Fri Mar  2 12:09:11 2012
@@ -34,7 +34,7 @@ import org.apache.mahout.common.iterator
  * </p>
  *
  * <p>
- * This implementation maintains two parallel arrays, of user IDs and values. 
The idea is to save allocating
+ * This implementation maintains two parallel arrays, of item IDs and values. 
The idea is to save allocating
  * {@link Preference} objects themselves. This saves the overhead of {@link 
Preference} objects but also
  * duplicating the user ID value.
  * </p>


Reply via email to