projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdbe611
)
Fix a typo in my last commit.
author
Hartmut Birr
<osexpert@googlemail.com>
Sat, 26 Nov 2005 16:39:27 +0000
(16:39 +0000)
committer
Hartmut Birr
<osexpert@googlemail.com>
Sat, 26 Nov 2005 16:39:27 +0000
(16:39 +0000)
svn path=/trunk/; revision=19643
reactos/ntoskrnl/ex/fmutex.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ex/fmutex.c
b/reactos/ntoskrnl/ex/fmutex.c
index
2c574e0
..
947d3f7
100644
(file)
--- a/
reactos/ntoskrnl/ex/fmutex.c
+++ b/
reactos/ntoskrnl/ex/fmutex.c
@@
-106,7
+106,7
@@
VOID
FASTCALL
ExReleaseFastMutex (PFAST_MUTEX FastMutex)
{
- KIRQL
o
ldIrql;
+ KIRQL
O
ldIrql;
ASSERT_IRQL(APC_LEVEL);
/* Erase the owner */