diff --git a/reactos/subsystems/mvdm/ntvdm/memory.c b/reactos/subsystems/mvdm/ntvdm/memory.c index fffce40ed8e..77ea0a8297b 100644 --- a/reactos/subsystems/mvdm/ntvdm/memory.c +++ b/reactos/subsystems/mvdm/ntvdm/memory.c @@ -2,7 +2,7 @@ * COPYRIGHT: GPLv2+ - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: memory.c - * PURPOSE: Expanded Memory Support + * PURPOSE: Memory Management * PROGRAMMERS: Aleksandar Andrejevic */ diff --git a/reactos/subsystems/mvdm/ntvdm/memory.h b/reactos/subsystems/mvdm/ntvdm/memory.h index 5260f9e7eaf..2e35b59f943 100644 --- a/reactos/subsystems/mvdm/ntvdm/memory.h +++ b/reactos/subsystems/mvdm/ntvdm/memory.h @@ -2,7 +2,7 @@ * COPYRIGHT: GPLv2+ - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: memory.h - * PURPOSE: Expanded Memory Support + * PURPOSE: Memory Management * PROGRAMMERS: Aleksandar Andrejevic */