summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-02-04 08:45:02 -0800
committerPaul E. McKenney <paulmck@kernel.org>2024-02-08 09:16:59 -0800
commitaef9212ecfa3a5ff69f29db62552ccc1cd14efb4 (patch)
treeea0344bf1396c749a481ba2fb064c9a60578d170
parent4c0fdb04ddf41155e7188edba81a5a1dc4715d1a (diff)
downloadperfbook-aef9212ecfa3a5ff69f29db62552ccc1cd14efb4.tar.gz
appendix/whymb: Add missing unbreakable spaces
Some sentences in whymemorybarriers.tex is missing unbreakable spaces between 'and' and CPU numbers. Add those. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--appendix/whymb/whymemorybarriers.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex
index a7f97897..a4077814 100644
--- a/appendix/whymb/whymemorybarriers.tex
+++ b/appendix/whymb/whymemorybarriers.tex
@@ -1495,7 +1495,7 @@ as we will see.\footnote{
\label{sec:app:whymb:Example 1}
\Cref{lst:app:whymb:Memory Barrier Example 1}
-shows three code fragments, executed concurrently by CPUs~0, 1, and 2.
+shows three code fragments, executed concurrently by CPUs~0, 1, and~2.
Each of \qco{a}, \qco{b}, and \qco{c} are initially zero.
\floatstyle{plaintop}
@@ -1559,7 +1559,7 @@ the assertion.
\label{sec:app:whymb:Example 2}
\Cref{lst:app:whymb:Memory Barrier Example 2}
-shows three code fragments, executed concurrently by CPUs~0, 1, and 2.
+shows three code fragments, executed concurrently by CPUs~0, 1, and~2.
Both \qco{a} and \qco{b} are initially zero.
\begin{listing}
@@ -1601,7 +1601,7 @@ mainstream computer systems.
\label{sec:app:whymb:Example 3}
\Cref{lst:app:whymb:Memory Barrier Example 3}
-shows three code fragments, executed concurrently by CPUs~0, 1, and 2.
+shows three code fragments, executed concurrently by CPUs~0, 1, and~2.
All variables are initially zero.
\begin{listing*}