stream: fix incorrect comment in _stream_readable.js

PR-URL: https://github.com/nodejs/node/pull/19882
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Snehil Verma 2018-04-08 23:03:00 +05:30 committed by James M Snell
parent 45f6dccae1
commit e76831be0c

View File

@ -302,7 +302,7 @@ function chunkInvalid(state, chunk) {
}
// if it's past the high water mark, we can push in some more.
// We can push more data if we are below the highWaterMark.
// Also, if we have no data yet, we can stand some
// more bytes. This is to work around cases where hwm=0,
// such as the repl. Also, if the push() triggered a