Module Name: src
Committed By: plunky
Date: Sun Jan 22 09:11:58 UTC 2012
Modified Files:
src/sys/sys: lwp.h
Log Message:
fix comment (SRUN->LSRUN, SONPROC->LSONPROC)
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/sys/lwp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/lwp.h
diff -u src/sys/sys/lwp.h:1.158 src/sys/sys/lwp.h:1.159
--- src/sys/sys/lwp.h:1.158 Mon Nov 21 04:36:05 2011
+++ src/sys/sys/lwp.h Sun Jan 22 09:11:58 2012
@@ -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 @@ extern lwp_t lwp0; /* LWP for proc0. *
/*
* 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.
*/