[PATCH 4/9] readme: Fix wording
authorjdemel <demel@uni-bremen.de>
Tue, 19 May 2020 06:20:07 +0000 (08:20 +0200)
committerA. Maitland Bottoms <bottoms@debian.org>
Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)
Gbp-Pq: Name 0004-readme-Fix-wording.patch

README.md

index cf73325fe07316461ec75c8d829ed26bc0da9703..c2880148b14db60863a26dbdea267bda3bdb0876 100644 (file)
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ The same goal applies to different OSes. Although this does only happen rarely,
 
 ### Compilers
 We want to make sure VOLK works with C/C++ standard compliant compilers. Of course, as an open source project we focus on open source compilers, most notably GCC and Clang.
-We work want to make sure VOLK compiles on a wide variety of compilers. Thus, we target AppleClang and MSVC as well. Mind that MSVC lacks `aligned_alloc` support for aligned arrays. We use MSVC specific instructions in this case which cannot be `free`'d with `free`.
+We want to make sure VOLK compiles on a wide variety of compilers. Thus, we target AppleClang and MSVC as well. Mind that MSVC lacks `aligned_alloc` support for aligned arrays. We use MSVC specific instructions in this case which cannot be `free`'d with `free`.
 
 
 ## License