mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Fix a comment.
This commit is contained in:
parent
9ec80355a7
commit
0b3318661c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ struct lzma_next_coder_s {
|
|||
lzma_check (*get_check)(const lzma_coder *coder);
|
||||
|
||||
/// Pointer to function to get and/or change the memory usage limit.
|
||||
/// If memlimit == 0, the limit is not changed.
|
||||
/// If new_memlimit == 0, the limit is not changed.
|
||||
lzma_ret (*memconfig)(lzma_coder *coder, uint64_t *memusage,
|
||||
uint64_t *old_memlimit, uint64_t new_memlimit);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue