[hackers] [scc] Fix small typo in README (another ...) || Roberto E. Vargas Caballero
commit 14b140af2cbbabfd64a7cb4bc82d9e169ec36622
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Jul 20 11:52:47 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Jul 20 11:52:47 2015 +0200
Fix small typo in README (another ...)
diff --git a/README b/README
index 5a03ad4..c1358d3 100644
--- a/README
+++ b/README
_AT_@ -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
Received on Mon Jul 20 2015 - 12:34:37 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 20 2015 - 12:36:11 CEST