Fix a typo.

svn path=/trunk/; revision=64134
This commit is contained in:
Hermès Bélusca-Maïto 2014-09-13 20:18:02 +00:00
parent d15e766663
commit 1c4d9ec3f1

View file

@ -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 */