[FREELDR]: Fix typo in comment, spotted by "middings". CORE-10040 #resolve

svn path=/trunk/; revision=68817
This commit is contained in:
Hermès Bélusca-Maïto 2015-08-25 11:55:36 +00:00
parent 7710f1ed1c
commit d2cfc5d13b

View file

@ -344,7 +344,7 @@ WinLdrSetProcessorContext(void)
/* Disable Interrupts */
_disable();
/* Re-initalize EFLAGS */
/* Re-initialize EFLAGS */
__writeeflags(0);
/* Set the new PML4 */