diff --git a/fboauth.api.php b/fboauth.api.php
index 3675906..a3e7cb3 100644
--- a/fboauth.api.php
+++ b/fboauth.api.php
@@ -83,7 +83,7 @@ function hook_fboauth_actions_alter(&$actions) {
  * @return
  *   None. Modify the $edit array by reference.
  *
- * @see hook_fboauth_user_save()
+ * @see hook_fboauth_user_presave()
  */
 function hook_fboauth_user_presave(&$edit, $fbuser) {
   // Save the user's first name into a field provided by Profile module.
@@ -106,7 +106,7 @@ function hook_fboauth_user_presave(&$edit, $fbuser) {
  * @return
  *   None.
  *
- * @see hook_fboauth_user_presave()
+ * @see hook_fboauth_user_save()
  */
 function hook_fboauth_user_save($account, $fbuser) {
   // Save the Facebook user ID into a custom module table.
