Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH] SMPdesign: Add a missed unbreakble space for line number
@ 2018-05-28 15:06 SeongJae Park
  2018-05-28 16:00 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2018-05-28 15:06 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

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

diff --git a/SMPdesign/SMPdesign.tex b/SMPdesign/SMPdesign.tex
index 8078c4b..824de41 100644
--- a/SMPdesign/SMPdesign.tex
+++ b/SMPdesign/SMPdesign.tex
@@ -1109,7 +1109,7 @@ Line~6 gets a pointer to this thread's pool, and
 line~7 checks to see if this per-thread pool is full.

 If so, lines~8-15 empty half of the per-thread pool into the global pool,
-with lines~8 and 14 acquiring and releasing the spinlock.
+with lines~8 and~14 acquiring and releasing the spinlock.
 Lines~9-12 implement the loop moving blocks from the local to the
 global pool, and line~13 sets the per-thread pool's count to the proper
 value.
-- 
2.10.0


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

end of thread, other threads:[~2018-05-28 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 15:06 [PATCH] SMPdesign: Add a missed unbreakble space for line number SeongJae Park
2018-05-28 16:00 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox