]> wimlib.net Git - wimlib/blobdiff - src/lzms-compress.c
Update references to LZMS compressor
[wimlib] / src / lzms-compress.c
index a18da5781842b12f892b51ef94eebbe9e7f433f1..e6ae39dead56b5f9533a2e6a9443d5ae881b1ddc 100644 (file)
@@ -24,8 +24,7 @@
 /* This a compressor for the LZMS compression format.  More details about this
  * format can be found in lzms-decompress.c.
  *
- * This is currently an unsophisticated implementation that is fast but does not
- * attain the best compression ratios allowed by the format.
+ * NOTE: this compressor currently does not code any delta matches.
  */
 
 #ifdef HAVE_CONFIG_H