diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ea289e782dc..1888973debf 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -5360,7 +5360,7 @@ PHP_FUNCTION(imagecropauto) /* }}} */ /* {{{ proto resource imagescale(resource im, new_width[, new_height[, method]]) - Crop an image using the given coordinates and size, x, y, width and height. */ + Scale an image using the given new width and height. */ PHP_FUNCTION(imagescale) { zval *IM;