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++;
KeWaitForSingleObject(&FastMutex->Gate,
WrExecutive,
WaitAny,
KernelMode,
FALSE,
NULL);
}