From d9bfb272821b5ab27131721741ec2377f3ced62f Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 21 Sep 2006 13:33:23 +0000 Subject: [PATCH] Missing negation in comment --- kernel/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.44.0