From: Jonathan Neuschäfer Date: Mon, 21 Mar 2011 19:24:47 +0000 (+0100) Subject: sched.h: Fix a typo ("its") X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e815f0a84fc9a98e5cc3ef0b520122e5e18520e7;p=deliverable%2Flinux.git sched.h: Fix a typo ("its") The sentence uses the possessive pronoun, which is spelled without an apostrophe. Signed-off-by: Jonathan Neuschäfer Cc: Jiri Kosina Cc: Peter Zijlstra LKML-Reference: <1300735487-2406-1-git-send-email-j.neuschaefer@gmx.net> Signed-off-by: Ingo Molnar --- 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 { 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