We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e60b5 + bdb1898 commit a5a4844Copy full SHA for a5a4844
src/atomics.md
@@ -71,7 +71,7 @@ cache.
71
After all, that's the whole point of the cache, right? If every read from the
72
cache had to run back to shared memory to double check that it hadn't changed,
73
what would the point be? The end result is that the hardware doesn't guarantee
74
-that events that occur in the same order on *one* thread, occur in the same
+that events that occur in some order on *one* thread, occur in the same
75
order on *another* thread. To guarantee this, we must issue special instructions
76
to the CPU telling it to be a bit less smart.
77
0 commit comments