diff --git a/includes/menu.inc b/includes/menu.inc
index 8e26b6d..d0d7fe3 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -295,7 +295,6 @@ define('MENU_PREFERRED_LINK', '1cf698d64d1aa4b83907cf6ed55db3a7f8e92c91');
  * - node/12345/edit
  * - node/12345/%
  * - node/%/edit
- * - node/%/%
  * - node/12345
  * - node/%
  * - node
@@ -309,12 +308,11 @@ define('MENU_PREFERRED_LINK', '1cf698d64d1aa4b83907cf6ed55db3a7f8e92c91');
  * actually exists. This list of 'masks' is built in menu_rebuild().
  *
  * @param $parts
- *   An array of path parts; for the above example, 
+ *   An array of path parts; for the above example,
  *   array('node', '12345', 'edit').
  *
  * @return
- *   An array which contains the ancestors and placeholders. Placeholders
- *   simply contain as many '%s' as the ancestors.
+ *   An array which contains the ancestors.
  */
 function menu_get_ancestors($parts) {
   $number_parts = count($parts);
