Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 25876)
+++ wp-includes/link-template.php	(working copy)
@@ -1342,6 +1342,8 @@
  *
  * @since 3.7.0
  *
+ * @uses get_adjacent_post_link()
+ *
  * @param string $format Optional. Link anchor format.
  * @param string $link Optional. Link permalink format.
  * @param bool $in_same_cat Optional. Whether link should be in same category.
@@ -1356,6 +1358,7 @@
  * Display previous post link that is adjacent to the current post.
  *
  * @since 1.5.0
+ *
  * @uses get_previous_post_link()
  *
  * @param string $format Optional. Link anchor format.
@@ -1368,11 +1371,12 @@
 }
 
 /**
- * Get previous post link that is adjacent to the current post.
+ * Get next post link that is adjacent to the current post.
  *
  * @since 3.7.0
- * @uses get_next_post_link()
  *
+ * @uses get_adjacent_post_link()
+ *
  * @param string $format Optional. Link anchor format.
  * @param string $link Optional. Link permalink format.
  * @param bool $in_same_cat Optional. Whether link should be in same category.
@@ -1388,6 +1392,8 @@
  *
  * @since 1.5.0
  *
+ * @uses get_next_post_link()
+ *
  * @param string $format Optional. Link anchor format.
  * @param string $link Optional. Link permalink format.
  * @param bool $in_same_cat Optional. Whether link should be in a same category.
@@ -1449,6 +1455,7 @@
  * Can be either next post link or previous.
  *
  * @since 2.5.0
+ *
  * @uses get_adjacent_post_link()
  *
  * @param string $format Link anchor format.
