Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH 1/2] toolsoftrade: Close uncompleted parentheses
@ 2017-01-03 18:59 SeongJae Park
  2017-01-03 18:59 ` [PATCH 2/2] toolsoftrade: Add suffix `()` to function name SeongJae Park
  0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2017-01-03 18:59 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

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

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 194659949d36..899ef01e6e2a 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -1320,7 +1320,7 @@ storage, and other less-polite names, are used extremely
 heavily in concurrent code, as will be explored in
 Chapters~\ref{chp:Counting} and~\ref{chp:Data Ownership}.
 POSIX supplies the \co{pthread_key_create()} function to create a
-per-thread variable (and return the corresponding key,
+per-thread variable (and return the corresponding key),
 \co{pthread_key_delete()} to delete the per-thread variable corresponding
 to key,
 \co{pthread_setspecific()} to set the value of the current thread's
-- 
2.10.0


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

end of thread, other threads:[~2017-01-03 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 18:59 [PATCH 1/2] toolsoftrade: Close uncompleted parentheses SeongJae Park
2017-01-03 18:59 ` [PATCH 2/2] toolsoftrade: Add suffix `()` to function name SeongJae Park
2017-01-03 19:32   ` 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