diff --git a/modules/user/user.module b/modules/user/user.module
index b757904636750c52ac78fd2feda5e97af006fd4c..80a9eafe8e4de07ea69efdd7ce66c2da3e467827 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -326,7 +326,7 @@ function attachLoad(&$queried_users, $revision_id = FALSE) {
  * user. So to avoid confusion and to avoid clobbering the global $user object,
  * it is a good idea to assign the result of this function to a different local
  * variable, generally $account. If you actually do want to act as the user you
- * are loading, it is essential to call @code session_save_session(FALSE);
+ * are loading, it is essential to call @code drupal_save_session(FALSE);
  * @endcode first. See @link http://drupal.org/node/218104 Safely impersonating
  * another user @endlink for more information.
  *