[NTVDM] Trivial english typos fixes.
[reactos.git] / subsystems / mvdm / ntvdm / dos / dos32krnl / process.c
index a66cf16..2db4059 100644 (file)
@@ -673,7 +673,7 @@ DWORD DosLoadExecutableInternal(IN DOS_EXEC_TYPE LoadType,
 
         /*
          * Keep critical flags, clear test flags (OF, SF, ZF, AF, PF, CF)
-         * and explicitely set the interrupt flag.
+         * and explicitly set the interrupt flag.
          */
         setEFLAGS((getEFLAGS() & ~0x08D5) | 0x0200);