Index: includes/menu.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/menu.inc,v retrieving revision 1.255.2.34 diff -u -r1.255.2.34 menu.inc --- includes/menu.inc 1 Feb 2010 18:00:49 -0000 1.255.2.34 +++ includes/menu.inc 12 Aug 2010 16:49:14 -0000 @@ -550,7 +550,7 @@ * path from the menu table, for example tabs. * @return * Returns the map with objects loaded as defined in the - * $item['load_functions. $item['access'] becomes TRUE if the item is + * $item['load_functions. $item['access']] becomes TRUE if the item is * accessible, FALSE otherwise. $item['href'] is set according to the map. * If an error occurs during calling the load_functions (like trying to load * a non existing node) then this function return FALSE.