From 7189cc5be85016d41cd4fb65e968d0856bd0aea1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2013 14:42:51 +0200 Subject: [PATCH] gd: fix proto comment --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ea289e782d..1888973deb 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; -- 2.40.0