summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-15 14:30:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-16 05:15:47 +0200
commit5ed89cac6441a81f75f97134a124fb029aaf8170 (patch)
tree4df0dac7694c43c271ec07890e6f9d5b569365ee /gnu/packages/engineering.scm
parent40f986db301bdf678cc505e4869feedb3ce4f446 (diff)
downloadguix-patches-5ed89cac6441a81f75f97134a124fb029aaf8170.tar
guix-patches-5ed89cac6441a81f75f97134a124fb029aaf8170.tar.gz
gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r--gnu/packages/engineering.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6b776a175b..d88ff0a45f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1064,7 +1064,7 @@ the 'showing the effect of'-style of operation.")
(synopsis "Vector-Optimized Library of Kernels")
(description
"@code{volk} contains procedures with machine-specific optimizations
-for mathematical functions. It also provides an machine-independent
+for mathematical functions. It also provides a machine-independent
interface to select the best such procedures to use on a given system.")
(license license:gpl3+)))