diff --git a/includes/form.inc b/includes/form.inc
index 5a2cd85d83ef618c3cb902ca1b10d58d70870ae9..27f970f3fa26b8e47abf759173bf466da716de56 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -589,8 +589,7 @@ function drupal_validate_form($form_id, $form, &$form_state) {
  * @param $form
  *   An associative array containing the structure of the form.
  * @return
- *   A string containing the path of the page to display when processing
- *   is complete.
+ *   A string containing the themed HTML.
  */
 function drupal_render_form($form_id, &$form) {
   // Don't override #theme if someone already set it.