linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched.h: fix a typo ("its")
@ 2011-03-21 12:54 Jonathan Neuschäfer
  2011-03-21 18:08 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Neuschäfer @ 2011-03-21 12:54 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Ingo Molnar, Peter Zijlstra, linux-kernel, Jonathan Neuschäfer

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

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 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


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

* Re: [PATCH] sched.h: fix a typo ("its")
  2011-03-21 12:54 [PATCH] sched.h: fix a typo ("its") Jonathan Neuschäfer
@ 2011-03-21 18:08 ` Ingo Molnar
  2011-03-21 19:18   ` Jonathan Neuschäfer
  2011-03-21 19:24   ` [PATCH v2] " Jonathan Neuschäfer
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2011-03-21 18:08 UTC (permalink / raw)
  To: Jonathan Neuschäfer; +Cc: Jiri Kosina, Peter Zijlstra, linux-kernel


* Jonathan Neuschäfer <j.neuschaefer@gmx.net> 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

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

* Re: [PATCH] sched.h: fix a typo ("its")
  2011-03-21 18:08 ` Ingo Molnar
@ 2011-03-21 19:18   ` Jonathan Neuschäfer
  2011-03-21 19:24   ` [PATCH v2] " Jonathan Neuschäfer
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2011-03-21 19:18 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Jonathan Neuschäfer, Jiri Kosina, Peter Zijlstra, linux-kernel

On Mon, Mar 21, 2011 at 07:08:45PM +0100, Ingo Molnar wrote:
> 
> * Jonathan Neuschäfer <j.neuschaefer@gmx.net> 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

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

* [PATCH v2] sched.h: fix a typo ("its")
  2011-03-21 18:08 ` Ingo Molnar
  2011-03-21 19:18   ` Jonathan Neuschäfer
@ 2011-03-21 19:24   ` Jonathan Neuschäfer
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2011-03-21 19:24 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Jiri Kosina, Peter Zijlstra, linux-kernel, Jonathan Neuschäfer

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

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 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


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

end of thread, other threads:[~2011-03-21 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 12:54 [PATCH] sched.h: fix a typo ("its") Jonathan Neuschäfer
2011-03-21 18:08 ` Ingo Molnar
2011-03-21 19:18   ` Jonathan Neuschäfer
2011-03-21 19:24   ` [PATCH v2] " Jonathan Neuschäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).