Skip to content

Commit 6fb8f61

Browse files
authored
Merge pull request #6 from vax-r/Fix_typo
Fix typo
2 parents 831c503 + a74e1b1 commit 6fb8f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency-primer.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ \subsection{Acquire and release}
855855
We have just examined the acquire and release operations in the context of the lock example from \secref{lock-example}.
856856
You can think of them as ``one-way'' barriers: an acquire operation permits other reads and writes to move past it,
857857
but only in a $before \to after$ direction.
858-
A release works the opposite manner, allowing ctions to move in an $after \to before$ direction.
858+
A release works the opposite manner, allowing actions to move in an $after \to before$ direction.
859859
On \textsc{Arm} and other weakly-ordered architectures, this enables us to eliminate one of the memory barriers in each operation,
860860
such that
861861

0 commit comments

Comments
 (0)