commit 14b140af2cbbabfd64a7cb4bc82d9e169ec36622
parent 9b65a9cadd670f9cdd7ac4d8e203240fbfcd80cf
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 20 Jul 2015 11:52:47 +0200
Fix small typo in README (another ...)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -55,7 +55,7 @@ unnecessary complexity to the compiler (and increased compilation time):
assembler).
In the second case, it generates a lot of problems with modern
processors and multithreading, where not holding the value in a
- register is good enough (an explicit memory barrier is needed).
+ register is not good enough (an explicit memory barrier is needed).
- restrict: This qualifer can only be applied to pointers to
mark that the pointed object has no other alias. This qualifer