Index: org/apache/lucene/search/function/CustomScoreQuery.java
===================================================================
--- org/apache/lucene/search/function/CustomScoreQuery.java	(revision 776900)
+++ org/apache/lucene/search/function/CustomScoreQuery.java	(working copy)
@@ -171,7 +171,7 @@
    * <p>
    * The default computation herein is a multiplication of given scores:
    * <pre>
-   *     ModifiedScore = valSrcScore * valSrcScores[0] * valSrcScores[1] * ...
+   *     ModifiedScore = subQueryScore * valSrcScores[0] * valSrcScores[1] * ...
    * </pre>
    * 
    * @param doc id of scored doc. 
