From: Remi Collet Date: Wed, 24 Apr 2013 12:42:51 +0000 (+0200) Subject: gd: fix proto comment X-Git-Tag: php-5.6.0alpha1~448^2~23^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7264179eef2a17d04a0c86ec5b99f5b889acda12;p=php gd: fix proto comment --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index b05f32c1c7..a51553a60e 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -5368,7 +5368,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;