]> 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:43:59 +0000 (14:43 +0200)
ext/gd/gd.c

index b05f32c1c7be779eb0333d17510873dd6b104333..a51553a60e912d336c80186495dc9dd47abc911e 100644 (file)
@@ -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;