summaryrefslogtreecommitdiff
path: root/includes/password.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/password.inc')
-rw-r--r--includes/password.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/password.inc b/includes/password.inc
index d5dccc398..e82842634 100644
--- a/includes/password.inc
+++ b/includes/password.inc
@@ -218,7 +218,7 @@ function user_check_password($password, $account) {
* Check whether a user's hashed password needs to be replaced with a new hash.
*
* This is typically called during the login process when the plain text
- * password is available. A new hash is needed when the desired iteration count
+ * password is available. A new hash is needed when the desired iteration count
* has changed through a change in the variable password_count_log2 or
* DRUPAL_HASH_COUNT or if the user's password hash was generated in an update
* like user_update_7000().