mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
Fix a typo in my last commit.
svn path=/trunk/; revision=19643
This commit is contained in:
parent
fdbe611710
commit
80ffb9c7c9
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ VOID
|
|||
FASTCALL
|
||||
ExReleaseFastMutex (PFAST_MUTEX FastMutex)
|
||||
{
|
||||
KIRQL oldIrql;
|
||||
KIRQL OldIrql;
|
||||
ASSERT_IRQL(APC_LEVEL);
|
||||
|
||||
/* Erase the owner */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue