We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce99b7 commit 5500606Copy full SHA for 5500606
src/buffer/out/textBuffer.cpp
@@ -150,7 +150,7 @@ void TextBuffer::_decommit(til::CoordType keep) noexcept
150
keep += _commitReadAheadRowCount;
151
keep = std::min(keep, _height);
152
153
- // Amount of bytes that have been MEM_COMMIT'ted so far.
+ // Amount of bytes that have been allocated with MEM_COMMIT so far.
154
const auto commitBytes = gsl::narrow_cast<size_t>(_commitWatermark - _buffer.get());
155
// Offset in bytes to the first row that we were asked to destroy.
156
// The offset may be invalid and past the _commitWatermark.
0 commit comments