Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- And I noticed this in one of the hunks in Patch 3/3. Sending as a follow up. Thanks, Akira -- together/applyrcu.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/together/applyrcu.tex b/together/applyrcu.tex index a3ee559e..2a5a3c12 100644 --- a/together/applyrcu.tex +++ b/together/applyrcu.tex @@ -815,7 +815,7 @@ way of stopping in the middle and resuming later. For example, in Linux kernel v5.16, the \co{khugepaged_scan_file()} function checks to see if some other task needs the current CPU using \co{need_resched()}, and if so invokes \co{xas_pause()} to -adjust the traveral's iterator appropriately, and then invokes +adjust the travesal's iterator appropriately, and then invokes \co{cond_resched_rcu()} to yield the CPU\@. In turn, the \co{cond_resched_rcu()} function invokes \co{rcu_read_unlock()}, \co{cond_resched()}, and finally \co{rcu_read_lock()} to drop out of -- 2.25.1