>From 66874f5a6cd1b758cdc442084e28289ef12aa082 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 2 Jun 2019 23:21:02 +0900 Subject: [PATCH 3/7] toolsoftrade: Fix typo Elad reported this typo quite a while ago [1]. Given that it hasn't been taken care of, let's fix it. [1]: https://www.spinics.net/lists/perfbook/msg02318.html Reported-by: Elad Lahav <e2lahav@xxxxxxxxx> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index 9f636931..6ad5ebb6 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -1550,7 +1550,7 @@ Of course, where practical, the primitives described in Section~\ref{sec:toolsoftrade:Atomic Operations (gcc Classic)} or (especially) Section~\ref{sec:toolsoftrade:Atomic Operations (C11)} -should be instead be used to avoid data races, that is, to ensure +should instead be used to avoid data races, that is, to ensure that if there are multiple concurrent accesses to a given variable, all of those accesses are loads. -- 2.17.1