[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: volk: Fix typo in description.
From: |
guix-commits |
Subject: |
03/04: gnu: volk: Fix typo in description. |
Date: |
Mon, 15 Jun 2020 23:16:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5ed89cac6441a81f75f97134a124fb029aaf8170
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 15 14:30:12 2020 +0200
gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
---
gnu/packages/engineering.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6b776a1..d88ff0a 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+)))