? hook_menu.patch
Index: core.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v
retrieving revision 1.123
diff -u -p -r1.123 core.php
--- core.php	6 Jan 2007 14:43:04 -0000	1.123
+++ core.php	18 Jan 2007 16:40:24 -0000
@@ -701,10 +701,10 @@ function hook_mail_alter(&$mailkey, &$to
 /**
  * Define menu items and page callbacks.
  *
- * This hook enables modules to register paths which whose requests they wish
- * to handle. Depending on the type of registration requested by each path, a
- * link is placed in the the navigation block and/or an item appears in the
- * menu administration page (q=admin/menu).
+ * This hook enables modules to register paths, which determines whose
+ * requests are to be handled. Depending on the type of registration
+ * requested by each path, a link is placed in the the navigation block and/or
+ * an item appears in the menu administration page (q=admin/menu).
  *
  * Drupal will call this hook twice: once with $may_cache set to TRUE, and once
  * with it set to FALSE. Therefore, each menu item should be registered when
