]> Zhao Yanbai Git Server - minix.git/commitdiff
Missing negation in comment
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Sep 2006 13:33:23 +0000 (13:33 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Sep 2006 13:33:23 +0000 (13:33 +0000)
kernel/proc.h

index f86453e2e50944c01983ef3f5cbee591f1cb8d98..bc1f7f54740342b45a2e18b731d5bfc2c6b47776 100755 (executable)
@@ -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 */