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>
