[FREELDR]: Fix typo in comment, spotted by "middings". CORE-10040 #resolve
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 25 Aug 2015 11:55:36 +0000 (11:55 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 25 Aug 2015 11:55:36 +0000 (11:55 +0000)
svn path=/trunk/; revision=68817

reactos/boot/freeldr/freeldr/arch/amd64/winldr.c

index fc31dbb..2e80cba 100644 (file)
@@ -344,7 +344,7 @@ WinLdrSetProcessorContext(void)
     /* Disable Interrupts */
     _disable();
 
-    /* Re-initalize EFLAGS */
+    /* Re-initialize EFLAGS */
     __writeeflags(0);
 
     /* Set the new PML4 */