Fix a comment.

This commit is contained in:
Lasse Collin 2009-01-22 12:53:33 +02:00
parent 9ec80355a7
commit 0b3318661c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};