- Fix typo

svn path=/trunk/; revision=41369
This commit is contained in:
Dmitry Chapyshev 2009-06-10 18:09:15 +00:00
parent 5c0e22fb27
commit 067ab38bb7

View file

@ -278,7 +278,7 @@ KeSetPriorityAndQuantumProcess(IN PKPROCESS Process,
if (Process->BasePriority == Priority) return Process->BasePriority;
/* If the caller gave priority 0, normalize to 1 */
if (!LOW_PRIORITY) Priority = LOW_PRIORITY + 1;
if (!Priority) Priority = LOW_PRIORITY + 1;
/* Lock the process */
KiAcquireProcessLock(Process, &ProcessLock);