From: Philip Homburg Date: Thu, 21 Sep 2006 13:33:23 +0000 (+0000) Subject: Missing negation in comment X-Git-Tag: v3.1.3~183 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=d9bfb272821b5ab27131721741ec2377f3ced62f;p=minix.git Missing negation in comment --- diff --git a/kernel/proc.h b/kernel/proc.h index f86453e2e..bc1f7f547 100755 --- a/kernel/proc.h +++ b/kernel/proc.h @@ -29,7 +29,7 @@ struct proc { proc_nr_t p_nr; /* number of this process (for fast access) */ struct priv *p_priv; /* system privileges structure */ 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_max_priority; /* maximum scheduling priority */