Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lockup detector: Fix grammar by adding a missing "to" in the comments

This fixes a minor grammar problem in the comments in
hung_task.c

Signed-off-by: John Kacur <jkacur@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1281021054-4228-2-git-send-email-jkacur@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

John Kacur and committed by
Ingo Molnar
6a103b0d f1b499f0

+1 -1
+1 -1
kernel/hung_task.c
··· 111 111 * periodically exit the critical section and enter a new one. 112 112 * 113 113 * For preemptible RCU it is sufficient to call rcu_read_unlock in order 114 - * exit the grace period. For classic RCU, a reschedule is required. 114 + * to exit the grace period. For classic RCU, a reschedule is required. 115 115 */ 116 116 static void rcu_lock_break(struct task_struct *g, struct task_struct *t) 117 117 {