X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_optimal.h;h=1e8419865fc7abe56c9b09402431690f08ebb405;hb=a20052d2eaf44eb0466972826f8f9e0c3bcb92d2;hp=95333db6b273851ec423337486f7e4ea45ac2b84;hpb=3ee42f8e0d2a53d45dd61b017e5db6a42709717d;p=wimlib diff --git a/include/wimlib/lz_optimal.h b/include/wimlib/lz_optimal.h index 95333db6..1e841986 100644 --- a/include/wimlib/lz_optimal.h +++ b/include/wimlib/lz_optimal.h @@ -256,7 +256,7 @@ typedef lz_mc_cost_t (*lz_get_match_cost_t)(LZ_COMPRESSOR *ctx, * * This is based on the algorithm used in 7-Zip's DEFLATE encoder, written by * Igor Pavlov. However it also attempts to account for adaptive state, such as - * a LRU queue of recent match offsets. + * an LRU queue of recent match offsets. * * Unlike a greedy parser that always takes the longest match, or even a "lazy" * parser with one match/literal look-ahead like zlib, the algorithm used here