mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Comment-fix. Get/Set flip.
svn path=/trunk/; revision=57219
This commit is contained in:
@@ -75,12 +75,12 @@ PspGetOrSetContextKernelRoutine(IN PKAPC Apc,
|
||||
/* Check if it's a set or get */
|
||||
if (Apc->SystemArgument1)
|
||||
{
|
||||
/* Get the Context */
|
||||
/* Set the Context */
|
||||
PspSetContext(TrapFrame, NULL, Context, Mode);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Set the Context */
|
||||
/* Get the Context */
|
||||
PspGetContext(TrapFrame, NULL, Context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user