Fix really stupid typo (thanks Hartmut)

svn path=/trunk/; revision=19388
This commit is contained in:
Alex Ionescu 2005-11-20 20:48:38 +00:00
parent 7619aa3f45
commit 81932981fe

View file

@ -42,7 +42,7 @@ ExAcquireFastMutex(PFAST_MUTEX FastMutex)
FastMutex->Contention++; FastMutex->Contention++;
KeWaitForSingleObject(&FastMutex->Gate, KeWaitForSingleObject(&FastMutex->Gate,
WrExecutive, WrExecutive,
WaitAny, KernelMode,
FALSE, FALSE,
NULL); NULL);
} }