>From 6cd4d087e034532c228589aa82b287233e45ccf8 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 8 Oct 2018 21:44:10 +0900 Subject: [PATCH 6/5] count: Fix typo (\lnlbl{} -> \lnref{}) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Paul, This fixes a couple of typo in "[PATCH 4/5] count: Employ new scheme for snippet of count_lim". Thanks, Akira -- count/count.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count/count.tex b/count/count.tex index db2107e..f8c68a4 100644 --- a/count/count.tex +++ b/count/count.tex @@ -1482,7 +1482,7 @@ These lines form \co{sub_count()}'s fastpath, and, as with If the fastpath cannot accommodate subtraction of \co{delta}, execution proceeds to the slowpath on -lines~\lnlbl{acquire}-\lnlbl{return:gs}. +lines~\lnref{acquire}-\lnref{return:gs}. Because the slowpath must access global state, line~\lnref{acquire} acquires \co{gblcnt_mutex}, which is released either by line~\lnref{release:f} (in case of failure) or by line~\lnref{release:s} (in case of success). -- 2.7.4