On Sat, Nov 27, 2021 at 12:07:02PM +0800, Zhouyi Zhou wrote: > Add missing close paren in QQ B.13. > > Signed-off-by: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx> > --- > Hi Paul, > > I think there is a close paren missing in QQ B.13, so I add it. > (I invoked make this time ;-)). Very good! ;-) Queued and pushed, good eyes, and thank you! Thanx, Paul > Thanks > Zhouyi > -- > appendix/toyrcu/toyrcu.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/appendix/toyrcu/toyrcu.tex b/appendix/toyrcu/toyrcu.tex > index 0824fdd3..9c474a37 100644 > --- a/appendix/toyrcu/toyrcu.tex > +++ b/appendix/toyrcu/toyrcu.tex > @@ -755,7 +755,7 @@ adding them on their first call to \co{rcu_read_lock()}. > \QuickQuiz{ > Great, if we have $N$ threads, we can have $2N$ ten-millisecond > waits (one set per \co{flip_counter_and_wait()} invocation, > - and even that assumes that we wait only once for each thread. > + and even that assumes that we wait only once for each thread). > Don't we need the grace period to complete \emph{much} more quickly? > }\QuickQuizAnswer{ > Keep in mind that we only wait for a given thread if that thread > -- > 2.25.1 >