Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Dec 12, 2024
1 parent 829a6b2 commit 81e1807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ auto Compressor::flush_lzma(lzma_action flush_action) -> void {
case LZMA_OK:
break;
case LZMA_STREAM_END:
// NOTE: this might not be true when multithreaded encoder is used with
// NOTE: flush may not have completed if a multithreaded encoder is using action
// LZMA_FULL_BARRIER. For now, we skip this check.
flushed = true;
break;
Expand Down

0 comments on commit 81e1807

Please sign in to comment.