diff --git a/includes/path.inc b/includes/path.inc index ee62862662e470b9073450a9746e8505809179d3..3984631387f5ede08339897f4b00f6d32f7bff2a 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -238,7 +238,7 @@ function drupal_get_normal_path($path, $path_language = NULL) { * Return a component of the current Drupal path. * * When viewing a page at the path "admin/structure/types", for example, arg(0) - * returns "admin", arg(1) returns "content", and arg(2) returns "types". + * returns "admin", arg(1) returns "structure", and arg(2) returns "types". * * Avoid use of this function where possible, as resulting code is hard to read. * In menu callback functions, attempt to use named arguments. See the explanation