Commit 35834232 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sched.h comment typo fix

Signed-off-by: default avatarChristian Meder <chris@onestepahead.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>

sched.h typo fix from Christian Meder.
parent c5c1e586
...@@ -293,7 +293,7 @@ struct signal_struct { ...@@ -293,7 +293,7 @@ struct signal_struct {
* in the range MAX_RT_PRIO..MAX_PRIO-1. Priority values * in the range MAX_RT_PRIO..MAX_PRIO-1. Priority values
* are inverted: lower p->prio value means higher priority. * are inverted: lower p->prio value means higher priority.
* *
* The MAX_RT_USER_PRIO value allows the actual maximum * The MAX_USER_RT_PRIO value allows the actual maximum
* RT priority to be separate from the value exported to * RT priority to be separate from the value exported to
* user-space. This allows kernel threads to set their * user-space. This allows kernel threads to set their
* priority to a value higher than any user task. Note: * priority to a value higher than any user task. Note:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment