From: Pierre Joye Date: Mon, 12 Apr 2010 08:40:59 +0000 (+0000) Subject: - fix inline doc X-Git-Tag: php-5.4.0alpha1~191^2~1782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4290928fb3aa79f0ca20df67153d9656e0e23a57;p=php - fix inline doc --- diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 94c521508f..170618f76c 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -1392,7 +1392,7 @@ PHP_FUNCTION(stream_set_write_buffer) /* }}} */ /* {{{ proto int stream_set_read_buffer(resource fp, int buffer) - Set file write buffer */ + Set file read buffer */ PHP_FUNCTION(stream_set_read_buffer) { zval *arg1;