Fix really stupid typo (thanks Hartmut)
Modified: trunk/reactos/hal/halx86/generic/fmutex.c

Modified: trunk/reactos/hal/halx86/generic/fmutex.c
--- trunk/reactos/hal/halx86/generic/fmutex.c	2005-11-20 20:45:35 UTC (rev 19387)
+++ trunk/reactos/hal/halx86/generic/fmutex.c	2005-11-20 20:48:38 UTC (rev 19388)
@@ -42,7 +42,7 @@
         FastMutex->Contention++;
         KeWaitForSingleObject(&FastMutex->Gate,
                               WrExecutive,
-                              WaitAny,
+                              KernelMode,
                               FALSE,
                               NULL);
     }