On Mon, 20 Apr 2020 07:58:43 -0700, Paul E. McKenney wrote: > On Mon, Apr 20, 2020 at 11:16:32PM +0900, Akira Yokosawa wrote: >> >From 531deebc3597b87e9ed992d7a3f3608c846b4fe8 Mon Sep 17 00:00:00 2001 >> From: Akira Yokosawa <akiyks@xxxxxxxxx> >> Date: Mon, 20 Apr 2020 17:10:11 +0900 >> Subject: [PATCH] owned: Fix trivial typo >> >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > > Good eyes, but the object of "is" is "number" rather than "mechanisms". > But yes, confusing. Ah, so this is not "trivial" at all. ;-) It was my school-book pattern matching... > > Maybe "There are many such mechanisms"? No, let's keep it as is. Sorry for the noise. -- Akira > > Thanx, Paul > >> --- >> owned/owned.tex | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/owned/owned.tex b/owned/owned.tex >> index b45fabb1..945d7144 100644 >> --- a/owned/owned.tex >> +++ b/owned/owned.tex >> @@ -250,7 +250,7 @@ page~\pageref{lst:count:Signal-Theft Limit Counter Subtract Function}). >> What mechanisms other than POSIX signals may be used for function >> shipping? >> }\QuickQuizAnswer{ >> - There is a very large number of such mechanisms, including: >> + There are a very large number of such mechanisms, including: >> \begin{enumerate} >> \item System V message queues. >> \item Shared-memory dequeue (see >> -- >> 2.17.1 >>