diff --git a/core/includes/common.inc b/core/includes/common.inc
index 17e1363..4e03add 100644
--- a/core/includes/common.inc
+++ b/core/includes/common.inc
@@ -509,6 +509,12 @@ function drupal_http_build_query(array $query, $parent = '') {
  * previous request, that destination is returned. As such, a destination can
  * persist across multiple pages.
  *
+ * @return
+ *   An associative array containing the key:
+ *     - 'destination': The current path as returned by current_path() or the 
+ *       existing destination query. 
+ *
+ * @see current_path()
  * @see drupal_goto()
  */
 function drupal_get_destination() {
