]> wimlib.net Git - wimlib/blobdiff - src/lz77.c
Merge experimental LZX compressor
[wimlib] / src / lz77.c
index 2d85ae8f23609b6bb62014baed5e1dbe90eb2a55..5ce8d89fc9192c6c20b4f4d788bb53a927473be9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * lz.c
+ * lz77.c
  *
  * This file provides the code to analyze a buffer of uncompressed data for
  * matches, as per the LZ77 algorithm.  It uses a hash table to accelerate the