mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix a typo in my last commit.
svn path=/trunk/; revision=19643
This commit is contained in:
@@ -106,7 +106,7 @@ VOID
|
||||
FASTCALL
|
||||
ExReleaseFastMutex (PFAST_MUTEX FastMutex)
|
||||
{
|
||||
KIRQL oldIrql;
|
||||
KIRQL OldIrql;
|
||||
ASSERT_IRQL(APC_LEVEL);
|
||||
|
||||
/* Erase the owner */
|
||||
|
||||
Reference in New Issue
Block a user