All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel:ptrace - Fix typo in comment in function __ptrace_unlink().
@ 2015-05-23  5:08 Shailendra Verma
  2015-05-24  1:19 ` Valdis.Kletnieks
  2015-05-24 18:47 ` Oleg Nesterov
  0 siblings, 2 replies; 3+ messages in thread
From: Shailendra Verma @ 2015-05-23  5:08 UTC (permalink / raw)
  To: Roland McGrath, Oleg Nesterov; +Cc: linux-kernel, Shailendra Verma


Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 kernel/ptrace.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/ptrace.c b/kernel/ptrace.c
index c8e0e05..46249f9 100644
--- a/kernel/ptrace.c
+++ b/kernel/ptrace.c
@@ -108,7 +108,7 @@ void __ptrace_unlink(struct task_struct *child)
 
 	/*
 	 * If transition to TASK_STOPPED is pending or in TASK_TRACED, kick
-	 * @child in the butt.  Note that @resume should be used iff @child
+	 * @child in the butt.  Note that @resume should be used if @child
 	 * is in TASK_TRACED; otherwise, we might unduly disrupt
 	 * TASK_KILLABLE sleeps.
 	 */
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-24 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23  5:08 [PATCH] kernel:ptrace - Fix typo in comment in function __ptrace_unlink() Shailendra Verma
2015-05-24  1:19 ` Valdis.Kletnieks
2015-05-24 18:47 ` Oleg Nesterov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.