Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed Dec 6, 2024
1 parent dce99b7 commit 5500606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer/out/textBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void TextBuffer::_decommit(til::CoordType keep) noexcept
keep += _commitReadAheadRowCount;
keep = std::min(keep, _height);

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

0 comments on commit 5500606

Please sign in to comment.