Missing negation in comment
This commit is contained in:
parent
d24a880003
commit
d9bfb27282
|
|
@ -29,7 +29,7 @@ struct proc {
|
||||||
proc_nr_t p_nr; /* number of this process (for fast access) */
|
proc_nr_t p_nr; /* number of this process (for fast access) */
|
||||||
struct priv *p_priv; /* system privileges structure */
|
struct priv *p_priv; /* system privileges structure */
|
||||||
short p_rts_flags; /* process is runnable only if zero */
|
short p_rts_flags; /* process is runnable only if zero */
|
||||||
short p_misc_flags; /* flags that do suspend the process */
|
short p_misc_flags; /* flags that do not suspend the process */
|
||||||
|
|
||||||
char p_priority; /* current scheduling priority */
|
char p_priority; /* current scheduling priority */
|
||||||
char p_max_priority; /* maximum scheduling priority */
|
char p_max_priority; /* maximum scheduling priority */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user