All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -perfbook] defer: remove superfluous preposition
@ 2021-07-20  7:17 Zhouyi Zhou
  2021-07-20 17:33 ` Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Zhouyi Zhou @ 2021-07-20  7:17 UTC (permalink / raw)
  To: paulmck, perfbook, luyang.co; +Cc: Zhouyi Zhou

Hi, Paul
 I think preposition 'on' here is superfluous, correct me if I am wrong.
Best Wishes
Zhouyi

---
 defer/rcufundamental.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defer/rcufundamental.tex b/defer/rcufundamental.tex
index 66f9b70..62f31d0 100644
--- a/defer/rcufundamental.tex
+++ b/defer/rcufundamental.tex
@@ -332,7 +332,7 @@ greater detail in \cref{sec:memorder:RCU}.
 	It might seem strange to have RCU read-side critical sections
 	containing writes, but RCU is just fine with this.
 	This capability is used frequently in the Linux kernel, for
-	example, acquiring a lock on or reference to a data structure.
+	example, acquiring a lock or reference to a data structure.
 	Acquiring either a lock or a reference results in a write
 	to memory, and it is OK to do these within an RCU read-side
 	critical section.
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-20 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  7:17 [PATCH -perfbook] defer: remove superfluous preposition Zhouyi Zhou
2021-07-20 17:33 ` Paul E. McKenney
2021-07-20 18:36   ` Zhouyi Zhou
2021-07-20 19:06     ` Paul E. McKenney
2021-07-20 19:23       ` Zhouyi Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.