summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-03-23 13:46:17 +0000
committerjhb <jhb@FreeBSD.org>2011-03-23 13:46:17 +0000
commit1a677f425fb9289e54ea2e3933a19847a24d033d (patch)
treebc5bd2e313320dca48c6d7a8590a1368ef70948b
parentdf83f2ffe57eb07e49dbbba8ef5fe67328c37bff (diff)
downloadFreeBSD-src-1a677f425fb9289e54ea2e3933a19847a24d033d.zip
FreeBSD-src-1a677f425fb9289e54ea2e3933a19847a24d033d.tar.gz
Update a comment. The kernel stopped using the S* process state constants
a long time ago.
-rw-r--r--sys/sys/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index f062f8a..c9eedff 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -487,7 +487,7 @@ struct proc {
PRS_NEW = 0, /* In creation */
PRS_NORMAL, /* threads can be run. */
PRS_ZOMBIE
- } p_state; /* (j/c) S* process status. */
+ } p_state; /* (j/c) Process status. */
pid_t p_pid; /* (b) Process identifier. */
LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */
LIST_ENTRY(proc) p_pglist; /* (g + e) List of processes in pgrp. */
OpenPOWER on IntegriCloud