]> granicus.if.org Git - php/commitdiff
- fix inline doc
authorPierre Joye <pajoye@php.net>
Mon, 12 Apr 2010 08:40:59 +0000 (08:40 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 12 Apr 2010 08:40:59 +0000 (08:40 +0000)
ext/standard/streamsfuncs.c

index 94c521508f1b0369408c521120a854254f8a4063..170618f76c7674acb44c61eaed268485b480e564 100644 (file)
@@ -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;