]> Pileus Git - ~andy/linux/blobdiff - kernel/hung_task.c
lockup detector: Fix grammar by adding a missing "to" in the comments
[~andy/linux] / kernel / hung_task.c
index bca9423795597966747cf567622efb9bccaf22a0..53ead174da2f0a7c7849df4ef81b60a96fe7c4f6 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)
 {