Fix a typo in my last commit.

svn path=/trunk/; revision=19643
This commit is contained in:
Hartmut Birr 2005-11-26 16:39:27 +00:00
parent fdbe611710
commit 80ffb9c7c9

View file

@ -106,7 +106,7 @@ VOID
FASTCALL
ExReleaseFastMutex (PFAST_MUTEX FastMutex)
{
KIRQL oldIrql;
KIRQL OldIrql;
ASSERT_IRQL(APC_LEVEL);
/* Erase the owner */