diff --git a/core/modules/image/image.module b/core/modules/image/image.module index 10bcf5e..f1fd5f8 100644 --- a/core/modules/image/image.module +++ b/core/modules/image/image.module @@ -570,7 +570,7 @@ function image_style_options($include_empty = TRUE) { } /** - * Menu callback: Given a style and image path, generate a derivative. + * Page callback: Generates a derivative, given a style and image path. * * After generating an image, transfer it to the requesting agent. *