Skip to content

Commit

Permalink
sched.h: Fix a typo ("its")
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Neuschäfer authored and Ingo Molnar committed Mar 23, 2011
1 parent 16addf9 commit e815f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e815f0a

Please sign in to comment.