Fix a typo.
[reactos.git] / reactos / ntoskrnl / kdbg / kdb.c
index 4b614d3..91660cf 100644 (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 */