:: commit bec58c5485d00107b0123df417a01432878cb9fa

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-13 10:49

parents: e0082ff2ff

Update lzp.c

diff --git a/src/lzp.c b/src/lzp.c
index 82032ae..adfd405 100644
--- a/src/lzp.c
+++ b/src/lzp.c
@@ -1,6 +1,6 @@
 
 // Lempel Ziv Prediction code.
-// A heavily modified version of libbcm's LZP predictor. This one has single thread performance.
+// A heavily modified version of libbsc's LZP predictor. This one has single thread performance.
 
 #include <memory.h>
 #include <stdlib.h>
tab: 248 wrap: offon