Update lzp.c
diff --git a/src/lzp.c b/src/lzp.c
index adfd405..a633412 100644
--- a/src/lzp.c
+++ b/src/lzp.c
@@ -1,6 +1,6 @@
// Lempel Ziv Prediction code.
-// A heavily modified version of libbsc's LZP predictor. This one has single thread performance.
+// A heavily modified version of libbsc's LZP predictor. This one has single thread performance and provides better compression ratio. It is also mostly UB-free.
#include <memory.h>
#include <stdlib.h>
