Skip to content

Commit 5500606

Browse files
committed
Spelling
1 parent dce99b7 commit 5500606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buffer/out/textBuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void TextBuffer::_decommit(til::CoordType keep) noexcept
150150
keep += _commitReadAheadRowCount;
151151
keep = std::min(keep, _height);
152152

153-
// Amount of bytes that have been MEM_COMMIT'ted so far.
153+
// Amount of bytes that have been allocated with MEM_COMMIT so far.
154154
const auto commitBytes = gsl::narrow_cast<size_t>(_commitWatermark - _buffer.get());
155155
// Offset in bytes to the first row that we were asked to destroy.
156156
// The offset may be invalid and past the _commitWatermark.

0 commit comments

Comments
 (0)