aboutsummaryrefslogtreecommitdiff
path: root/archivers/liblz4
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/liblz4')
-rw-r--r--archivers/liblz4/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/liblz4/pkg-descr b/archivers/liblz4/pkg-descr
index 2dc1c53fc5dc..f1ff65930fec 100644
--- a/archivers/liblz4/pkg-descr
+++ b/archivers/liblz4/pkg-descr
@@ -1,10 +1,10 @@
LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
-reaching RAM speed limits on multi-core systems.
+reaching RAM speed limits on multi-core systems.
A high compression derivative, called LZ4_HC, is also provided. It trades CPU
-time for compression ratio.
+time for compression ratio.
The libraries are BSD licensed, and the binaries are GPLv2.