diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-06 23:42:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-06 23:42:50 +0300 |
commit | 32fe5fa541e82c08e054086279079ae5016bd8d8 (patch) | |
tree | b65ae7db7452b4fe94f4b43a7dd2848b823bf332 /src/liblzma/lz/lz_encoder_mf.c | |
parent | Some API cleanups (diff) | |
download | xz-32fe5fa541e82c08e054086279079ae5016bd8d8.tar.xz |
Comments
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/lz/lz_encoder_mf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder_mf.c b/src/liblzma/lz/lz_encoder_mf.c index 208bb2ae..d82681b3 100644 --- a/src/liblzma/lz/lz_encoder_mf.c +++ b/src/liblzma/lz/lz_encoder_mf.c @@ -244,7 +244,7 @@ do { \ /// /// \param len_limit Don't look for matches longer than len_limit. /// \param pos lzma_mf.read_pos + lzma_mf.offset -/// \param cur Pointer to current byte (lzma_dict_ptr(mf)) +/// \param cur Pointer to current byte (mf_ptr(mf)) /// \param cur_match Start position of the current match candidate /// \param loops Maximum length of the hash chain /// \param son lzma_mf.son (contains the hash chain) |