gnu: volk: Fix typo in description.

* gnu/packages/engineering.scm (volk)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-15 14:30:12 +02:00
parent 40f986db30
commit 5ed89cac64
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1064,7 +1064,7 @@ (define-public volk
(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+)))