Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 27091)
+++ wp-includes/link-template.php	(working copy)
@@ -1312,7 +1312,7 @@
  * @param array|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs.
  * @param bool         $start          Optional. Whether to retrieve first or last post.
  * @param string       $taxonomy       Optional. Taxonomy, if $in_same_term is true. Default 'category'.
- * @return object
+ * @return array Array including the boundary post object.
  */
 function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' ) {
 	$post = get_post();
