All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] toolsoftrade: Typo fix
@ 2016-09-03 23:19 Akira Yokosawa
  2016-09-04  9:56 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-09-03 23:19 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From f8e9541c541291726dc7cfa712468546e2795f97 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 4 Sep 2016 08:01:03 +0900
Subject: [PATCH] toolsoftrade: Typo fix

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 toolsoftrade/toolsoftrade.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 130faaf..0782892 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -677,7 +677,7 @@ Finally, lines~44-47 release the lock.

 Figure~\ref{fig:toolsoftrade:Demonstration of Same Exclusive Lock}
 shows a code fragment that runs \co{lock_reader()} and
-\co{lock_writer()} as thread using the same lock, namely, \co{lock_a}.
+\co{lock_writer()} as threads using the same lock, namely, \co{lock_a}.
 Lines~2-6 create a thread running \co{lock_reader()}, and then
 Lines~7-11 create a thread running \co{lock_writer()}.
 Lines~12-19 wait for both threads to complete.
-- 
1.9.1


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

* Re: [PATCH] toolsoftrade: Typo fix
  2016-09-03 23:19 [PATCH] toolsoftrade: Typo fix Akira Yokosawa
@ 2016-09-04  9:56 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-09-04  9:56 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Sun, Sep 04, 2016 at 08:19:10AM +0900, Akira Yokosawa wrote:
> >From f8e9541c541291726dc7cfa712468546e2795f97 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Sun, 4 Sep 2016 08:01:03 +0900
> Subject: [PATCH] toolsoftrade: Typo fix
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Good catch, queued, thank you!

							Thanx, Paul

> ---
>  toolsoftrade/toolsoftrade.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> index 130faaf..0782892 100644
> --- a/toolsoftrade/toolsoftrade.tex
> +++ b/toolsoftrade/toolsoftrade.tex
> @@ -677,7 +677,7 @@ Finally, lines~44-47 release the lock.
> 
>  Figure~\ref{fig:toolsoftrade:Demonstration of Same Exclusive Lock}
>  shows a code fragment that runs \co{lock_reader()} and
> -\co{lock_writer()} as thread using the same lock, namely, \co{lock_a}.
> +\co{lock_writer()} as threads using the same lock, namely, \co{lock_a}.
>  Lines~2-6 create a thread running \co{lock_reader()}, and then
>  Lines~7-11 create a thread running \co{lock_writer()}.
>  Lines~12-19 wait for both threads to complete.
> -- 
> 1.9.1
> 


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

end of thread, other threads:[~2016-09-04  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-03 23:19 [PATCH] toolsoftrade: Typo fix Akira Yokosawa
2016-09-04  9:56 ` 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.