Skip to content

Commit

Permalink
liblzma: Edit spelling in a comment
Browse files Browse the repository at this point in the history
It was found with codespell.
  • Loading branch information
Larhzu committed Mar 6, 2025
1 parent 7a234c8 commit 99c5848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblzma/api/lzma/container.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ extern LZMA_API(lzma_ret) lzma_stream_buffer_encode(
* The action argument must be LZMA_FINISH and the return value will never be
* LZMA_OK. Thus the encoding is always done with a single lzma_code() after
* the initialization. The benefit of the combination of initialization
* function and lzma_code() is that memory allocations can be re-used for
* function and lzma_code() is that memory allocations can be reused for
* better performance.
*
* lzma_code() will try to encode as much input as is possible to fit into
Expand Down

0 comments on commit 99c5848

Please sign in to comment.