Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 39414)
+++ wp-includes/post.php	(working copy)
@@ -4471,7 +4471,7 @@
 }
 
 /**
- * Retrieve a list of pages.
+ * Retrieve an array of pages.
  *
  * @global wpdb $wpdb WordPress database abstraction object.
  *
@@ -4510,7 +4510,7 @@
  *     @type string|array $post_status  A comma-separated list or array of post statuses to include.
  *                                      Default 'publish'.
  * }
- * @return array|false List of pages matching defaults or `$args`.
+ * @return array|false Array of pages matching defaults or `$args`.
  */
 function get_pages( $args = array() ) {
 	global $wpdb;
