Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys fix comment (SRUN->LSRUN, SONPROC->LSONPROC)
details: https://anonhg.NetBSD.org/src/rev/1581be9fd26c
branches: trunk
changeset: 772948:1581be9fd26c
user: plunky <plunky%NetBSD.org@localhost>
date: Sun Jan 22 09:11:58 2012 +0000
description:
fix comment (SRUN->LSRUN, SONPROC->LSONPROC)
diffstat:
sys/sys/lwp.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 273d353b9d10 -r 1581be9fd26c sys/sys/lwp.h
--- a/sys/sys/lwp.h Sun Jan 22 08:58:13 2012 +0000
+++ b/sys/sys/lwp.h Sun Jan 22 09:11:58 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.158 2011/11/21 04:36:05 christos Exp $ */
+/* $NetBSD: lwp.h,v 1.159 2012/01/22 09:11:58 plunky Exp $ */
/*-
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -268,8 +268,8 @@
/*
* Status values.
*
- * A note about SRUN and SONPROC: SRUN indicates that a process is
- * runnable but *not* yet running, i.e. is on a run queue. SONPROC
+ * A note about LSRUN and LSONPROC: LSRUN indicates that a process is
+ * runnable but *not* yet running, i.e. is on a run queue. LSONPROC
* indicates that the process is actually executing on a CPU, i.e.
* it is no longer on a run queue.
*/
Home |
Main Index |
Thread Index |
Old Index