On Tue, Nov 29, 2022 at 11:46:24PM +0900, Akira Yokosawa wrote: > "... due to the fact that is uses only global locks." doesn't make sense. > The "is" looks like a typo of "it". > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Good eyes, queued and pushed, thank you! Thanx, Paul > --- > SMPdesign/SMPdesign.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/SMPdesign/SMPdesign.tex b/SMPdesign/SMPdesign.tex > index 70936c12ce7e..f8a1b289bb8f 100644 > --- a/SMPdesign/SMPdesign.tex > +++ b/SMPdesign/SMPdesign.tex > @@ -175,7 +175,7 @@ int hash_search(struct hash_table *h, long key) > \subsection{Code Locking} > \label{sec:SMPdesign:Code Locking} > > -\IXh{Code}{locking} is quite simple due to the fact that is uses only > +\IXh{Code}{locking} is quite simple due to the fact that it uses only > global locks.\footnote{ > If your program instead has locks in data structures, > or, in the case of Java, uses classes with synchronized > > base-commit: 5e6242b1bd3952817b24ccd6d477cc1dadd90639 > -- > 2.25.1 >