summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/_stream_readable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_stream_readable.js b/lib/_stream_readable.js
index 5b044e79c1..8073e174cc 100644
--- a/lib/_stream_readable.js
+++ b/lib/_stream_readable.js
@@ -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