summaryrefslogtreecommitdiff
path: root/includes/password.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/password.inc')
-rw-r--r--includes/password.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/password.inc b/includes/password.inc
index 667c3ba47..e82842634 100644
--- a/includes/password.inc
+++ b/includes/password.inc
@@ -195,7 +195,7 @@ function user_hash_password($password, $count_log2 = 0) {
* @param $password
* A plain-text password
* @param $account
- * A user object with at least the fields from the {user} table.
+ * A user object with at least the fields from the {users} table.
*
* @return
* TRUE or FALSE.
@@ -227,7 +227,7 @@ function user_check_password($password, $account) {
* on the fields in $account.
*
* @param $account
- * A user object with at least the fields from the {user} table.
+ * A user object with at least the fields from the {users} table.
*
* @return
* TRUE or FALSE.