summaryrefslogtreecommitdiff
path: root/gnu/packages/compression.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r--gnu/packages/compression.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index dec25452a3..cdb029b225 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2794,8 +2794,8 @@ chunks.")
(home-page "https://www.blosc.org/")
(synopsis "Blocking, shuffling and lossless compression library")
(description
- "Blosc is a high performance compressor optimized for binary data. It has
-been designed to transmit data to the processor cache faster than the
+ "Blosc is a high performance compressor optimized for binary data. It
+has been designed to transmit data to the processor cache faster than the
traditional, non-compressed, direct memory fetch approach via a
@code{memcpy()} system call. Blosc is meant not only to reduce the size of
large datasets on-disk or in-memory, but also to accelerate memory-bound