mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Fix incorrect comment, spotted by Timo.
- Purpouses -> Purposes. svn path=/trunk/; revision=43914
This commit is contained in:
@@ -671,7 +671,7 @@ KdpGetContext(IN PDBGKD_MANIPULATE_STATE64 State,
|
||||
ProcessorState.ContextFrame;
|
||||
}
|
||||
|
||||
/* Copy it over */
|
||||
/* Copy it over to the debugger */
|
||||
RtlCopyMemory(Data->Buffer, TargetContext, sizeof(CONTEXT));
|
||||
Data->Length = sizeof(CONTEXT);
|
||||
|
||||
@@ -724,7 +724,7 @@ KdpSetContext(IN PDBGKD_MANIPULATE_STATE64 State,
|
||||
ProcessorState.ContextFrame;
|
||||
}
|
||||
|
||||
/* Get the context from the PRCB array */
|
||||
/* Copy the new context to it */
|
||||
RtlCopyMemory(TargetContext, Data->Buffer, sizeof(CONTEXT));
|
||||
|
||||
/* Finish up */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/ke/i386/irq.c
|
||||
* PURPOSE: Manages the Kernel's IRQ support for external drivers,
|
||||
* for the purpouses of connecting, disconnecting and setting
|
||||
* for the purposes of connecting, disconnecting and setting
|
||||
* up ISRs for drivers. The backend behind the Io* Interrupt
|
||||
* routines.
|
||||
* PROGRAMMERS: Alex Ionescu ([email protected])
|
||||
|
||||
Reference in New Issue
Block a user