* Re: [PATCH] Fix Paul's grammar for Communcation Miss Definition in glossary.tex
[not found] <20180225041324.11085-1-xerofoify@gmail.com>
@ 2018-02-25 22:38 ` Paul E. McKenney
0 siblings, 0 replies; only message in thread
From: Paul E. McKenney @ 2018-02-25 22:38 UTC (permalink / raw)
To: Nicholas Krause; +Cc: perfbook
On Sat, Feb 24, 2018 at 11:13:24PM -0500, Nicholas Krause wrote:
> This fixes Paul's or whoever wrote the glossary.tex file to
> use proper grammar on line 21 by changing the some to some
> other CPU to avoid a grammar mistake.
> Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Good eyes! Pulled with a rework of the commit log.
Thanx, Paul
> ---
> glossary.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/glossary.tex b/glossary.tex
> index 1b9db25..9bd4024 100644
> --- a/glossary.tex
> +++ b/glossary.tex
> @@ -128,7 +128,7 @@
> by increasing ``lock contention'').
> Contrast with ``data locking''.
> \item[Communication Miss:]
> - A cache miss incurred because the some other CPU has written to
> + A cache miss incurred because some other CPU has written to
> the cache line since the last time this CPU accessed it.
> \item[Critical Section:]
> A section of code guarded by some synchronization mechanism,
> --
> 2.14.1
>
^ permalink raw reply [flat|nested] only message in thread