]> granicus.if.org Git - php/commitdiff
gd: fix proto comment
authorRemi Collet <remi@php.net>
Wed, 24 Apr 2013 12:42:51 +0000 (14:42 +0200)
committerRemi Collet <remi@php.net>
Wed, 24 Apr 2013 12:44:20 +0000 (14:44 +0200)
ext/gd/gd.c

index ea289e782dc13430c00f1af9b77b79fb4942b4fb..1888973debfaf78268ff02757c6bd25cfbf33222 100644 (file)
@@ -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;