2011-03-21 12:57:38

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] sched.h: fix a typo ("its")

The sectence uses the possessive pronoun, which is spelled without
an apostrophe.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
include/linux/sched.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index c15936f..e89f129 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -516,7 +516,7 @@ struct thread_group_cputimer {
struct autogroup;

/*
- * NOTE! "signal_struct" does not have it's own
+ * NOTE! "signal_struct" does not have its own
* locking, because a shared signal_struct always
* implies a shared sighand_struct, so locking
* sighand_struct is always a proper superset of
--
1.7.4.1


2011-03-21 18:09:21

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] sched.h: fix a typo ("its")


* Jonathan Neusch?fer <[email protected]> wrote:

> The sectence uses the possessive pronoun, which is spelled without
> an apostrophe.

Hm, i really have to insist on spelling fix patches that have no spelling
errors in them! :-)

Thanks,

Ingo

2011-03-21 19:19:16

by J. Neuschäfer

[permalink] [raw]
Subject: Re: [PATCH] sched.h: fix a typo ("its")

On Mon, Mar 21, 2011 at 07:08:45PM +0100, Ingo Molnar wrote:
>
> * Jonathan Neuschäfer <[email protected]> wrote:
>
> > The sectence uses the possessive pronoun, which is spelled without
> > an apostrophe.
>
> Hm, i really have to insist on spelling fix patches that have no spelling
> errors in them! :-)

Oh yes, of course. I'll resend.

Jonathan Neuschäfer

2011-03-21 19:26:01

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH v2] sched.h: fix a typo ("its")

The sentence uses the possessive pronoun, which is spelled without
an apostrophe.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
v2: correctly spell "sentence" in the commit message itself

include/linux/sched.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index c15936f..e89f129 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -516,7 +516,7 @@ struct thread_group_cputimer {
struct autogroup;

/*
- * NOTE! "signal_struct" does not have it's own
+ * NOTE! "signal_struct" does not have its own
* locking, because a shared signal_struct always
* implies a shared sighand_struct, so locking
* sighand_struct is always a proper superset of
--
1.7.4.1