Index: includes/file.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/file.inc,v retrieving revision 1.121.2.5 diff -u -r1.121.2.5 file.inc --- includes/file.inc 20 Oct 2008 09:42:31 -0000 1.121.2.5 +++ includes/file.inc 7 Mar 2009 20:21:33 -0000 @@ -463,8 +463,8 @@ * @param $validators * An optional, associative array of callback functions used to validate the * file. The keys are function names and the values arrays of callback - * parameters which will be passed in after the user and file objects. The - * functions should return an array of error messages, an empty array + * parameters which will be passed in after the file object. The + * functions should return an array of error messages; an empty array * indicates that the file passed validation. The functions will be called in * the order specified. * @param $dest