https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fcbdab00373827cb6fac08d799e3e8ffce3ab0be

commit fcbdab00373827cb6fac08d799e3e8ffce3ab0be
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Thu Dec 2 20:26:56 2021 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Fri Dec 3 23:26:22 2021 +0100

    [NTVDM] Trivial english typos fixes.
---
 subsystems/mvdm/ntvdm/bios/vidbios.c          | 2 +-
 subsystems/mvdm/ntvdm/dos/dos32krnl/himem.c   | 2 +-
 subsystems/mvdm/ntvdm/dos/dos32krnl/process.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/subsystems/mvdm/ntvdm/bios/vidbios.c 
b/subsystems/mvdm/ntvdm/bios/vidbios.c
index f580f3fb834..7a6611cc262 100644
--- a/subsystems/mvdm/ntvdm/bios/vidbios.c
+++ b/subsystems/mvdm/ntvdm/bios/vidbios.c
@@ -2357,7 +2357,7 @@ static VOID VidBiosSetCursorShape(WORD CursorStartEnd)
      * https://sites.google.com/site/pcdosretro/biosdata
      *
      * A proof that it is OK is that in the following code samples it is
-     * explicitely mentioned that setting bit 0 disables cursor emulation:
+     * explicitly mentioned that setting bit 0 disables cursor emulation:
      * - Code snippets in PC Magazine vol.5 num.15 of 16/09/1986, p.291-292;
      * - CardFile DOS utility (Jeff Prosise, PC Magazine vol.6 num.17 of 
13/10/1987, p.403-416):
      *   
https://ia600700.us.archive.org/1/items/srccode-00000020/cardfile.asm.txt
diff --git a/subsystems/mvdm/ntvdm/dos/dos32krnl/himem.c 
b/subsystems/mvdm/ntvdm/dos/dos32krnl/himem.c
index f07c87658af..86e17c86750 100644
--- a/subsystems/mvdm/ntvdm/dos/dos32krnl/himem.c
+++ b/subsystems/mvdm/ntvdm/dos/dos32krnl/himem.c
@@ -435,7 +435,7 @@ static VOID WINAPI XmsBopProcedure(LPWORD Stack)
                 break;
             }
 
-            // NOTE: We implicitely suppose that we always have HMA.
+            // NOTE: We implicitly suppose that we always have HMA.
             // If not, we should fail there with the 
XMS_STATUS_HMA_DOES_NOT_EXIST
             // error code.
 
diff --git a/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c 
b/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c
index a66cf1656d7..2db4059ac55 100644
--- a/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c
+++ b/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c
@@ -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);
 

Reply via email to