Signed-off-by: Alan Huang <mmpgouride@xxxxxxxxx> --- advsync/rt.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advsync/rt.tex b/advsync/rt.tex index 8e0347b0..c4d9c3c2 100644 --- a/advsync/rt.tex +++ b/advsync/rt.tex @@ -1228,7 +1228,7 @@ read-side critical section and both the \co{rt_read_unlock()} and the This is necessary because non-realtime kernels' reader-writer locking functions disable preemption across their critical sections, and there really are reader-writer locking use cases that rely on the fact -that \co{synchronize_rcu()} will therefore wait for all pre-exiting +that \co{synchronize_rcu()} will therefore wait for all pre-existing reader-writer-lock critical sections to complete. Let this be a lesson to you: Understanding what your users really need is critically important to @@ -1745,7 +1745,7 @@ These constraints include: \end{enumerate} \QuickQuiz{ - I couldn't help but spot the word ``includes'' before this list. + I couldn't help but spot the word ``include'' before this list. Are there other constraints? }\QuickQuizAnswer{ Indeed there are, and lots of them. -- 2.34.1