Fix a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 22 Jan 2009 10:53:33 +0000 (12:53 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 22 Jan 2009 10:53:33 +0000 (12:53 +0200)
src/liblzma/common/common.h

index 44117c9..392491e 100644 (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);
 };