--- includes/path.inc 2008-03-29 23:37:10.000000000 -0700 +++ includes/path.inc.mine 2008-03-29 23:30:23.000000000 -0700 @@ -135,7 +135,7 @@ /** * Return a component of the current Drupal path. * - * When viewing a page at the path "admin/content/types", for example, arg(0) + * When viewing a page at the path "admin/build/types", for example, arg(0) * would return "admin", arg(1) would return "content", and arg(2) would return * "types". *