From 32fe5fa541e82c08e054086279079ae5016bd8d8 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 6 Sep 2008 23:42:50 +0300 Subject: Comments --- src/liblzma/lz/lz_encoder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/liblzma/lz/lz_encoder.c') diff --git a/src/liblzma/lz/lz_encoder.c b/src/liblzma/lz/lz_encoder.c index 6a39d0f5..067f12c7 100644 --- a/src/liblzma/lz/lz_encoder.c +++ b/src/liblzma/lz/lz_encoder.c @@ -143,8 +143,7 @@ fill_window(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *in, coder->mf.read_pos -= pending; // Call the skip function directly instead of using - // lz_dict_skip(), since we don't want to touch - // mf->read_ahead. + // mf_skip(), since we don't want to touch mf->read_ahead. coder->mf.skip(&coder->mf, pending); } -- cgit v1.2.3