Index: includes/filetransfer/filetransfer.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/filetransfer/filetransfer.inc,v
retrieving revision 1.9
diff -u -r1.9 filetransfer.inc
--- includes/filetransfer/filetransfer.inc	11 Apr 2010 18:33:43 -0000	1.9
+++ includes/filetransfer/filetransfer.inc	15 Jul 2010 21:54:46 -0000
@@ -29,7 +29,9 @@
    *
    * @param string $jail
    * @param array $settings
-   * @return object New instance of the appropriate FileTransfer subclass.
+   *
+   * @return object 
+   *   New instance of the appropriate FileTransfer subclass.
    */
   static function factory($jail, $settings) {
     throw new FileTransferException('FileTransfer::factory() static method not overridden by FileTransfer subclass.');
@@ -75,6 +77,8 @@
   }
 
   /**
+   * TODO: create a summary for this function.
+   *
    * @see http://php.net/chmod
    *
    * @param string $path
@@ -183,6 +187,7 @@
   * Changes backslashes to slashes, also removes a trailing slash.
   *
   * @param string $path
+  *
   * @return string
   */
   function sanitizePath($path) {
@@ -274,7 +279,7 @@
   abstract public function isFile($path);
 
   /**
-   * Return the chroot property for this connection.
+   * Returns the chroot property for this connection.
    *
    * It does this by moving up the tree until it finds itself. If successful,
    * it will return the chroot, otherwise FALSE.
