Fix typo in comment.

MFC after:  3 days
This commit is contained in:
Konstantin Belousov 2016-07-28 08:53:38 +00:00
parent b7a25e63b6
commit ad90086e85
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ struct proc {
#define SW_TYPE_MASK 0xff /* First 8 bits are switch type */
#define SWT_NONE 0 /* Unspecified switch. */
#define SWT_PREEMPT 1 /* Switching due to preemption. */
#define SWT_OWEPREEMPT 2 /* Switching due to opepreempt. */
#define SWT_OWEPREEMPT 2 /* Switching due to owepreempt. */
#define SWT_TURNSTILE 3 /* Turnstile contention. */
#define SWT_SLEEPQ 4 /* Sleepq wait. */
#define SWT_SLEEPQTIMO 5 /* Sleepq timeout wait. */