diff --git a/lib/user.php b/lib/user.php
index 064fcbad96f5bc2a70cc4d457a0068be34c9699b..869984a16ebc1048e0dcd11f432ec84012ce2a41 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -369,8 +369,7 @@ class OC_User {
 	 * @param $password The password
 	 * @returns string
 	 *
-	 * Check if the password is correct without logging in the user
-	 * returns the user id or false
+	 * returns the path to the users home directory
 	 */
 	public static function getHome($uid) {
 		foreach(self::$_usedBackends as $backend) {