mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix a typo.
svn path=/trunk/; revision=64134
This commit is contained in:
parent
d15e766663
commit
1c4d9ec3f1
1 changed files with 1 additions and 1 deletions
|
@ -1662,7 +1662,7 @@ KdbEnterDebuggerException(
|
|||
/* Decrement the entry count */
|
||||
InterlockedDecrement(&KdbEntryCount);
|
||||
|
||||
/* HACK: Raise back to old IRWL */
|
||||
/* HACK: Raise back to old IRQL */
|
||||
KeRaiseIrql(OldIrql, &OldIrql);
|
||||
|
||||
/* Leave critical section */
|
||||
|
|
Loading…
Reference in a new issue