From 0b3318661ce749550b8531dfd469639a08930391 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 22 Jan 2009 12:53:33 +0200 Subject: Fix a comment. --- src/liblzma/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma') diff --git a/src/liblzma/common/common.h b/src/liblzma/common/common.h index 44117c9a..392491e4 100644 --- a/src/liblzma/common/common.h +++ b/src/liblzma/common/common.h @@ -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); }; -- cgit v1.2.3