summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-01-07 09:01:20 -0800
committerPaul E. McKenney <paulmck@kernel.org>2024-01-07 13:36:29 -0800
commit0c1053ccedddc74f85799e0eaf7a35abbe62eed9 (patch)
treeaa8d7fb19b37084d8f4cd4e80c41ea4249e20f7f
parent8d621e9cfcd23abbf403ed50c4c42d155a9bfb77 (diff)
downloadperfbook-0c1053ccedddc74f85799e0eaf7a35abbe62eed9.tar.gz
appendix/toyrcu: Add missing parentheses
A sentence on toyrcu.tex is missing enclosing code with parentheses, unlike other parts on the sentence. Add the parentheses to be consistent. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--appendix/toyrcu/toyrcu.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/appendix/toyrcu/toyrcu.tex b/appendix/toyrcu/toyrcu.tex
index 27c11968..1634953e 100644
--- a/appendix/toyrcu/toyrcu.tex
+++ b/appendix/toyrcu/toyrcu.tex
@@ -391,7 +391,7 @@ shows the read-side primitives of an RCU implementation that uses a pair
of reference counters (\co{rcu_refcnt[]}),
along with a global index that
selects one counter out of the pair (\co{rcu_idx}),
-a per-thread nesting counter \co{rcu_nesting},
+a per-thread nesting counter (\co{rcu_nesting}),
a per-thread snapshot of the global index (\co{rcu_read_idx}),
and a global lock (\co{rcu_gp_lock}),
which are themselves shown in