Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Correct "ctions" to "actions".
  • Loading branch information
vax-r committed Apr 5, 2024
1 parent 831c503 commit a74e1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrency-primer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ \subsection{Acquire and release}
We have just examined the acquire and release operations in the context of the lock example from \secref{lock-example}.
You can think of them as ``one-way'' barriers: an acquire operation permits other reads and writes to move past it,
but only in a $before \to after$ direction.
A release works the opposite manner, allowing ctions to move in an $after \to before$ direction.
A release works the opposite manner, allowing actions to move in an $after \to before$ direction.
On \textsc{Arm} and other weakly-ordered architectures, this enables us to eliminate one of the memory barriers in each operation,
such that
Expand Down

0 comments on commit a74e1b1

Please sign in to comment.