All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] toolsoftrade: fix a typo
@ 2016-02-13 23:28 SeongJae Park
  2016-02-13 23:28 ` [PATCH 2/2] cpu: rearrange summary of chapter SeongJae Park
  2016-02-15  6:12 ` [PATCH 1/2] toolsoftrade: fix a typo Paul E. McKenney
  0 siblings, 2 replies; 4+ messages in thread
From: SeongJae Park @ 2016-02-13 23:28 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

There is a miss of a tilde between line and line number. This change fix
the typo.

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 ccbe0ad..8d54d3a 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -207,7 +207,7 @@ Otherwise, this is the parent, which checks for an error return from
 the \co{fork()} primitive on line~4, and prints an error and exits
 on lines~5-7 if so.
 Otherwise, the \co{fork()} has executed successfully, and the parent
-therefore executes line 9 with the variable \co{pid} containing the
+therefore executes line~9 with the variable \co{pid} containing the
 process ID of the child.

 \begin{figure}[tbp]
-- 
1.9.1


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

end of thread, other threads:[~2016-02-15  6:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13 23:28 [PATCH 1/2] toolsoftrade: fix a typo SeongJae Park
2016-02-13 23:28 ` [PATCH 2/2] cpu: rearrange summary of chapter SeongJae Park
2016-02-15  6:12   ` Paul E. McKenney
2016-02-15  6:12 ` [PATCH 1/2] toolsoftrade: fix a typo 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.