? 284392-fix-typo-D6.patch
? 284392-simplify-db_distinct_fields-rev2.D6.patch
? 284392-simplify-db_distinct_fields-rev3.D6.patch
? 284392-simplify-db_distinct_fields-rev4.D6.patch
? 284392-simplify-db_distinct_fields.D6.patch
? 284392-simplify-with-tests-db_distinct_fields-rev4.D6.patch
? 336483-add-comment-count-index-d6.patch
? 336483-add-comment-count-index-rev2-d6.patch
? 582534-freetagging-fullwidth-comma-D6.patch
? changes.patch
? fix-database-inc-typo.patch
? node_load_caching_flag-D6.patch
Index: includes/database.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/Attic/database.inc,v
retrieving revision 1.92.2.9
diff -u -p -r1.92.2.9 database.inc
--- includes/database.inc	1 Feb 2010 16:32:10 -0000	1.92.2.9
+++ includes/database.inc	7 Mar 2010 13:55:33 -0000
@@ -395,8 +395,8 @@ function db_rewrite_sql($query, $primary
  * This will not, and never did guarantee that you will obtain distinct 
  * values of $table.$field.
  *
- * @param $table Unused. Kept to remain API compatibility.
- * @param $field Unused. Kept to remain API compatibility.
+ * @param $table Unused. Kept to retain API compatibility.
+ * @param $field Unused. Kept to retain API compatibility.
  * @param $query Query to which the DISTINCT flag should be applied.
  * @return SQL query with the DISTINCT flag set.
  */
