mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[NTOS:KE:EX] Fix comment typo.
This commit is contained in:
parent
7b410fb8ca
commit
0f3da97456
@ -21,7 +21,7 @@
|
||||
* - Acquire locks only on MP systems.
|
||||
* - Be safe at HIGH_LEVEL (no paged access).
|
||||
* - Preserve flags.
|
||||
* - Disable interrups.
|
||||
* - Disable interrupts.
|
||||
*/
|
||||
|
||||
/*VOID
|
||||
|
@ -588,7 +588,7 @@ KiRetireDpcList(IN PKPRCB Prcb)
|
||||
TimerHand = Prcb->TimerHand;
|
||||
Prcb->TimerRequest = 0;
|
||||
|
||||
/* Expire timers with interrups enabled */
|
||||
/* Expire timers with interrupts enabled */
|
||||
_enable();
|
||||
KiTimerExpiration(NULL, NULL, (PVOID)TimerHand, NULL);
|
||||
_disable();
|
||||
|
Loading…
Reference in New Issue
Block a user