Skip to content

Commit a5a4844

Browse files
authored
Merge pull request #249 from jflatow/patch-1
Update atomics.md
2 parents 79e60b5 + bdb1898 commit a5a4844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cache.
7171
After all, that's the whole point of the cache, right? If every read from the
7272
cache had to run back to shared memory to double check that it hadn't changed,
7373
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
74+
that events that occur in some order on *one* thread, occur in the same
7575
order on *another* thread. To guarantee this, we must issue special instructions
7676
to the CPU telling it to be a bit less smart.
7777

0 commit comments

Comments
 (0)