diff --git a/modules/filter.module b/modules/filter.module
index dab9dc762bf4afb821bcb74fc26420a2d902a9ef..3eabbf2de28ed613dc7c8daecb4c01c507162d4a 100644
--- a/modules/filter.module
+++ b/modules/filter.module
@@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
 /**
  * Generate a selector for choosing a format in a form.
  *
- * @param $name
- *   The internal name used to refer to the form element.
  * @param $value
  *   The ID of the format that is currently selected.
+ * @param $weight
+ *   The weight of the input format.
+ * @param $parents
+ *   Required when defining multiple input formats on a single node or having a different parent than 'format'.
  * @return
  *   HTML for the form element.
  */
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index dab9dc762bf4afb821bcb74fc26420a2d902a9ef..3eabbf2de28ed613dc7c8daecb4c01c507162d4a 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
 /**
  * Generate a selector for choosing a format in a form.
  *
- * @param $name
- *   The internal name used to refer to the form element.
  * @param $value
  *   The ID of the format that is currently selected.
+ * @param $weight
+ *   The weight of the input format.
+ * @param $parents
+ *   Required when defining multiple input formats on a single node or having a different parent than 'format'.
  * @return
  *   HTML for the form element.
  */