Skip to content

Commit

Permalink
lockup detector: Fix grammar by adding a missing "to" in the comments
Browse files Browse the repository at this point in the history
This fixes a minor grammar problem in the comments in
hung_task.c

Signed-off-by: John Kacur <[email protected]>
Cc: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
John Kacur authored and Ingo Molnar committed Aug 17, 2010
1 parent f1b499f commit 6a103b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/hung_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6a103b0

Please sign in to comment.