Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1092
diff -u -r1.1092 common.inc
--- includes/common.inc	25 Jan 2010 10:38:34 -0000	1.1092
+++ includes/common.inc	26 Jan 2010 23:57:39 -0000
@@ -2842,8 +2842,7 @@
 }
 
 /**
- * Package and send the result of a page callback to the browser as a normal
- * HTML page.
+ * Package and send the result of a page callback to the browser as HTML.
  *
  * @param $page_callback_result
  *   The result of a page callback. Can be one of:
@@ -2852,7 +2851,7 @@
  *   - A string of HTML content.
  *   - A renderable array of content.
  *
- * @see drupal_deliver_page
+ * @see drupal_deliver_page()
  */
 function drupal_deliver_html_page($page_callback_result) {
   // Emit the correct charset HTTP header, but not if the page callback
