On Thu, Dec 29, 2016 at 08:16:16PM +0900, Akira Yokosawa wrote: > >From 898b1101cf7f88f42b57f88d7539c6a579f3106a Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Thu, 29 Dec 2016 19:42:34 +0900 > Subject: [PATCH] toolsoftrade: Trivial typo fixes > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Applied and pushed, thank you! Thanx, Paul > --- > toolsoftrade/toolsoftrade.tex | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex > index f76b250..1946599 100644 > --- a/toolsoftrade/toolsoftrade.tex > +++ b/toolsoftrade/toolsoftrade.tex > @@ -1280,7 +1280,7 @@ The C11 standard added atomic operations, > including loads (\co{atomic_load()}), > stores (\co{atomic_store()}), > memory barriers (\co{atomic_thread_fence()} and > -\co{atomic_signal_fence()}), and read-modified-write atomics. > +\co{atomic_signal_fence()}), and read-modify-write atomics. > The read-modify-write atomics include > \co{atomic_fetch_add()}, > \co{atomic_fetch_sub()}, > @@ -1849,7 +1849,7 @@ shown in > Section~\ref{sec:toolsoftrade:Atomic Operations} > to that of per-CPU (or per-thread) variables > (see Section~\ref{sec:toolsoftrade:Per-CPU Variables}), > -as well as to conventional increment (as in ``counter++''). > +as well as to conventional increment (as in ``\co{counter++}''). > > % \emph{@@@ need parable on cache thrashing.} > > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html