On Tue, Oct 02, 2018 at 11:32:31AM +0900, SeongJae Park wrote: > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> Good eyes! Queued and pushed, thank you!!! Thanx, Paul > --- > defer/hazptr.tex | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/defer/hazptr.tex b/defer/hazptr.tex > index 7550a8d..44928e9 100644 > --- a/defer/hazptr.tex > +++ b/defer/hazptr.tex > @@ -56,8 +56,8 @@ out quite carefully in order to avoid destructive races with concurrent > deletion. > One implementation is shown in > Listing~\ref{lst:defer:Hazard-Pointer Storage and Erasure}, > -which shows \co{hp_store()} on lines~1-13 and \co{hp_erase()} on > -lines~15-20. > +which shows \co{hp_store()} on lines~1-14 and \co{hp_erase()} on > +lines~16-21. > The \co{smp_mb()} primitive will be described in detail in > Chapter~\ref{chp:Advanced Synchronization: Memory Ordering}, but may be ignored for > the purposes of this brief overview. > -- > 2.10.0 >