lockup detector: Fix grammar by adding a missing "to" in the comments
authorJohn Kacur <jkacur@redhat.com>
Thu, 5 Aug 2010 15:10:54 +0000 (17:10 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Aug 2010 07:11:52 +0000 (09:11 +0200)
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>
kernel/hung_task.c

index bca9423..53ead17 100644 (file)
@@ -111,7 +111,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout)
  * periodically exit the critical section and enter a new one.
  *
  * For preemptible RCU it is sufficient to call rcu_read_unlock in order
- * exit the grace period. For classic RCU, a reschedule is required.
+ * to exit the grace period. For classic RCU, a reschedule is required.
  */
 static void rcu_lock_break(struct task_struct *g, struct task_struct *t)
 {