summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/streamsfuncs.c')
-rw-r--r--ext/standard/streamsfuncs.c2
1 files changed, 1 insertions, 1 deletions
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;