summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-04-12 08:40:59 +0000
committerPierre Joye <pajoye@php.net>2010-04-12 08:40:59 +0000
commit4290928fb3aa79f0ca20df67153d9656e0e23a57 (patch)
tree5af386afc6ec919c108509c8051a2bf4267e4602
parent95fcd75af2ef334894aed50ef065352cb4ba61c7 (diff)
downloadphp-git-4290928fb3aa79f0ca20df67153d9656e0e23a57.tar.gz
- fix inline doc
-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;