? d6-hook_node_type_validate_documentation.patch
Index: modules/node/content_types.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/content_types.inc,v
retrieving revision 1.50.2.2
diff -u -p -r1.50.2.2 content_types.inc
--- modules/node/content_types.inc	27 Apr 2009 14:28:57 -0000	1.50.2.2
+++ modules/node/content_types.inc	21 Jul 2009 15:27:21 -0000
@@ -214,7 +214,7 @@ function node_type_form(&$form_state, $t
 }
 
 /**
- * Implementation of hook_form_validate().
+ * Validates the content type submission form generated by node_type_form().
  */
 function node_type_form_validate($form, &$form_state) {
   $type = new stdClass();
