diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-03-21 20:24:47 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-23 12:10:02 +0100 |
commit | e815f0a84fc9a98e5cc3ef0b520122e5e18520e7 (patch) | |
tree | ad4b1df3e1446d293f325b4d0a5a5dfa5f32d1a5 | |
parent | 16addf954d3954a72fd56abc02ffcba3c18529a1 (diff) | |
download | op-kernel-dev-e815f0a84fc9a98e5cc3ef0b520122e5e18520e7.zip op-kernel-dev-e815f0a84fc9a98e5cc3ef0b520122e5e18520e7.tar.gz |
sched.h: Fix a typo ("its")
The sentence uses the possessive pronoun, which is spelled
without an apostrophe.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <1300735487-2406-1-git-send-email-j.neuschaefer@gmx.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | 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 |