All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] glossary: Use proper quotation marks
@ 2017-01-16 16:09 SeongJae Park
  2017-01-16 16:09 ` [PATCH 2/2] glossary: Fix a typo: hardwire -> hardware SeongJae Park
  2017-01-16 22:44 ` [PATCH 1/2] glossary: Use proper quotation marks Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: SeongJae Park @ 2017-01-16 16:09 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 glossary.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index 6e4a83798a3d..4dde152979f0 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -233,7 +233,7 @@
 	expect~\cite{AndreasHaas2012FIFOisnt}.
 \item[Lock:]
 	A software abstraction that can be used to guard critical sections,
-	as such, an example of a ''mutual exclusion mechanism''.
+	as such, an example of a ``mutual exclusion mechanism''.
 	An ``exclusive lock'' permits only one thread at a time into the
 	set of critical sections guarded by that lock, while a
 	``reader-writer lock'' permits any number of reading
-- 
2.10.0


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

end of thread, other threads:[~2017-01-16 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 16:09 [PATCH 1/2] glossary: Use proper quotation marks SeongJae Park
2017-01-16 16:09 ` [PATCH 2/2] glossary: Fix a typo: hardwire -> hardware SeongJae Park
2017-01-16 22:44 ` [PATCH 1/2] glossary: Use proper quotation marks 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.