Comment-fix. Get/Set flip.

svn path=/trunk/; revision=57219
This commit is contained in:
Mike Nordell 2012-09-02 15:33:32 +00:00
parent e24ab55f65
commit d1cd8f60ab

View file

@ -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);
}