One sentence is referencing code line incorrectly. This commit fix it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/seqlock.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/seqlock.tex b/defer/seqlock.tex index f56659f..fb733e6 100644 --- a/defer/seqlock.tex +++ b/defer/seqlock.tex @@ -229,7 +229,7 @@ were no writers present since the time of the corresponding call to \co{read_seqbegin()}. Line~29 orders the caller's prior critical section before line~30's fetch of the new snapshot of the sequence counter. -Finally, line~30 checks that the sequence counter has not changed, +Finally, line~31 checks that the sequence counter has not changed, in other words, that there has been no writer, and returns true if so. \QuickQuiz{} -- 1.9.1 -- 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