Skip to content

Commit bdb1898

Browse files
authored
Update atomics.md
1 parent d8383b6 commit bdb1898

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)