Index: includes/filetransfer/filetransfer.inc =================================================================== RCS file: /Users/wright/drupal/local_repo/drupal/includes/filetransfer/filetransfer.inc,v retrieving revision 1.4 diff -u -p -r1.4 filetransfer.inc --- includes/filetransfer/filetransfer.inc 28 Aug 2009 07:51:55 -0000 1.4 +++ includes/filetransfer/filetransfer.inc 12 Oct 2009 17:59:32 -0000 @@ -263,10 +263,13 @@ abstract class FileTransfer { abstract public function isFile($path); /** - * Gets the chroot property for this connection. It does this by moving up - * the tree until it finds itself. If successful, it will return a chroot. + * Return the chroot property for this connection. * - * @return string chroot + * It does this by moving up the tree until it finds itself. If successful, + * it will return the chroot, otherwise FALSE. + * + * @return + * The chroot path for this connect or FALSE. */ function findChroot() { // If the file exists as is, there is no chroot.