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

* [PATCH 2/2] glossary: Fix a typo: hardwire -> hardware
  2017-01-16 16:09 [PATCH 1/2] glossary: Use proper quotation marks SeongJae Park
@ 2017-01-16 16:09 ` SeongJae Park
  2017-01-16 22:44 ` [PATCH 1/2] glossary: Use proper quotation marks Paul E. McKenney
  1 sibling, 0 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 4dde152979f0..8fdd9af72295 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -403,7 +403,7 @@
 	classic transactions in that they do not offer
 	durability.
 	Transactional memory may be implemented either in hardware
-	(hardwire transactional memory, or HTM), in software (software
+	(hardware transactional memory, or HTM), in software (software
 	transactional memory, or STM), or in a combination of hardware
 	and software (``unbounded'' transactional memory, or UTM).
 \item[Unteachable:]
-- 
2.10.0


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

* Re: [PATCH 1/2] glossary: Use proper quotation marks
  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 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2017-01-16 22:44 UTC (permalink / raw)
  To: SeongJae Park; +Cc: perfbook

On Tue, Jan 17, 2017 at 01:09:05AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Queued both, thank you!

							Thanx, Paul

> ---
>  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	[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.