Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private void ShiftOrGrowLineBufferIfNecessary()
// there's no newline in the data that's there). Otherwise, if the whole
// buffer is full, grow the buffer to accommodate more data, since, again,
// what's there doesn't contain a newline and thus a line is longer than
// the current buffer accomodates.
// the current buffer accommodates.
if (_lineOffset + _lineLength == _lineBuffer.Length)
{
if (_lineOffset != 0)
Expand Down