diff options
| author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-03-21 15:24:47 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2011-03-23 07:10:02 -0400 |
| commit | e815f0a84fc9a98e5cc3ef0b520122e5e18520e7 (patch) | |
| tree | ad4b1df3e1446d293f325b4d0a5a5dfa5f32d1a5 /include/linux | |
| parent | 16addf954d3954a72fd56abc02ffcba3c18529a1 (diff) | |
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>
Diffstat (limited to 'include/linux')
| -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 c15936fe998b..e89f1292c301 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -516,7 +516,7 @@ struct thread_group_cputimer { | |||
| 516 | struct autogroup; | 516 | struct autogroup; |
| 517 | 517 | ||
| 518 | /* | 518 | /* |
| 519 | * NOTE! "signal_struct" does not have it's own | 519 | * NOTE! "signal_struct" does not have its own |
| 520 | * locking, because a shared signal_struct always | 520 | * locking, because a shared signal_struct always |
| 521 | * implies a shared sighand_struct, so locking | 521 | * implies a shared sighand_struct, so locking |
| 522 | * sighand_struct is always a proper superset of | 522 | * sighand_struct is always a proper superset of |
