Spelling fix.

This commit is contained in:
Andreas Mohr 1999-01-30 13:41:25 +00:00 committed by Alexandre Julliard
parent 8a82991a2e
commit 7b2242527e
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ BOOL32 DOSMEM_Init(HMODULE16 hModule)
if (!hModule)
{
/* 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...
*/
DOSMEM_dosmem = VirtualAlloc( NULL, 0x100000, MEM_COMMIT,