diff --git a/lib/_stream_readable.js b/lib/_stream_readable.js index 5b044e79c1b18d..8073e174cc586f 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