From: Xinchen Hui Date: Wed, 6 May 2015 03:03:44 +0000 (+0800) Subject: Fixed comment X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7345873032916d5ba4bd6a51a1aaf27d9a1fa5f;p=php Fixed comment --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 00911b670d..db53824888 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -3160,7 +3160,7 @@ PHP_FUNCTION(curl_close) } /* }}} */ -/* {{{ _php_curl_close() +/* {{{ _php_curl_close_ex() List destructor for curl handles */ static void _php_curl_close_ex(php_curl *ch) {