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

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).