diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc index aa6ae9d47..df168c5a4 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -153,7 +153,7 @@ function drupal_get_normal_path($path, $path_language = '') { * (forward-slash), and where the first component has an index of 0 (zero). * * @return - * The component specified by $index, or FALSE if the specified component was + * The component specified by $index, or NULL if the specified component was * not found. */ function arg($index = NULL, $path = NULL) { |