All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] owned: Fix trivial typo
@ 2020-04-20 14:16 Akira Yokosawa
  2020-04-20 14:58 ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2020-04-20 14:16 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 531deebc3597b87e9ed992d7a3f3608c846b4fe8 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 20 Apr 2020 17:10:11 +0900
Subject: [PATCH] owned: Fix trivial typo

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] owned: Fix trivial typo
  2020-04-20 14:16 [PATCH] owned: Fix trivial typo Akira Yokosawa
@ 2020-04-20 14:58 ` Paul E. McKenney
  2020-04-20 22:07   ` Akira Yokosawa
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2020-04-20 14:58 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

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@gmail.com>
> Date: Mon, 20 Apr 2020 17:10:11 +0900
> Subject: [PATCH] owned: Fix trivial typo
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Good eyes, but the object of "is" is "number" rather than "mechanisms".
But yes, confusing.

Maybe "There are many such mechanisms"?

							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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] owned: Fix trivial typo
  2020-04-20 14:58 ` Paul E. McKenney
@ 2020-04-20 22:07   ` Akira Yokosawa
  0 siblings, 0 replies; 3+ messages in thread
From: Akira Yokosawa @ 2020-04-20 22:07 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

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@gmail.com>
>> Date: Mon, 20 Apr 2020 17:10:11 +0900
>> Subject: [PATCH] owned: Fix trivial typo
>>
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> 
> 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
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-20 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 14:16 [PATCH] owned: Fix trivial typo Akira Yokosawa
2020-04-20 14:58 ` Paul E. McKenney
2020-04-20 22:07   ` Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.