Commit 7b224252 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Spelling fix.

parent 8a82991a
...@@ -364,7 +364,7 @@ BOOL32 DOSMEM_Init(HMODULE16 hModule) ...@@ -364,7 +364,7 @@ BOOL32 DOSMEM_Init(HMODULE16 hModule)
if (!hModule) if (!hModule)
{ {
/* Allocate 1 MB dosmemory /* Allocate 1 MB dosmemory
* - it is mostly wasted but we use can some of it to * - it is mostly wasted but we can use some of it to
* store internal translation tables, etc... * store internal translation tables, etc...
*/ */
DOSMEM_dosmem = VirtualAlloc( NULL, 0x100000, MEM_COMMIT, DOSMEM_dosmem = VirtualAlloc( NULL, 0x100000, MEM_COMMIT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment