All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] locking: Fix syntactic ambiguity
@ 2017-10-29  1:01 Yubin Ruan
  2017-10-29  3:27 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Yubin Ruan @ 2017-10-29  1:01 UTC (permalink / raw)
  To: perfbook; +Cc: paulmck, Akira Yokosawa

From c8a3ed4cc54d322dd107e4842837851943784666 Mon Sep 17 00:00:00 2001
From: Yubin Ruan <ablacktshirt@gmail.com>
Date: Sun, 29 Oct 2017 08:40:31 +0800
Subject: [PATCH] locking: Fix syntactic ambiguity

Acked-by: Akira Yokosawa <akiyks@gmail.com>
Suggested-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Yubin Ruan <ablacktshirt@gmail.com>
---
 locking/locking-existence.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/locking/locking-existence.tex b/locking/locking-existence.tex
index 9fcbbf9..6340734 100644
--- a/locking/locking-existence.tex
+++ b/locking/locking-existence.tex
@@ -174,8 +174,8 @@ single partitionable data structure such as the hash table shown in the
 figure, it can be problematic if a given data element can be a member
 of multiple hash tables or given more-complex data structures such
 as trees or graphs.
-These problems can be solved, in fact, such solutions form the basis
-of lock-based software transactional memory
+Not only can these problems be solved, but the solutions also form
+the basis of lock-based software transactional memory
 implementations~\cite{Shavit95,DaveDice2006DISC}.
 However,
 Chapter~\ref{chp:Deferred Processing}
-- 
2.7.4


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

end of thread, other threads:[~2017-10-29  3:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29  1:01 [PATCH] locking: Fix syntactic ambiguity Yubin Ruan
2017-10-29  3:27 ` Paul E. McKenney

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.