From ec409b401eef5758c0f9ce33fbd5f71dd3022418 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 24 Dec 2013 15:53:30 +0000 Subject: [PATCH] [NTVDM]: We know that .h files are header files ;) svn path=/branches/ntvdm/; revision=61375 --- subsystems/ntvdm/bios.h | 2 +- subsystems/ntvdm/dos.h | 2 +- subsystems/ntvdm/emulator.h | 2 +- subsystems/ntvdm/ps2.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subsystems/ntvdm/bios.h b/subsystems/ntvdm/bios.h index 8651389dbcd..d220c6e09c0 100644 --- a/subsystems/ntvdm/bios.h +++ b/subsystems/ntvdm/bios.h @@ -2,7 +2,7 @@ * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: bios.h - * PURPOSE: VDM BIOS (header file) + * PURPOSE: VDM BIOS * PROGRAMMERS: Aleksandar Andrejevic */ diff --git a/subsystems/ntvdm/dos.h b/subsystems/ntvdm/dos.h index dcf9e124fe1..d7108b86ae3 100644 --- a/subsystems/ntvdm/dos.h +++ b/subsystems/ntvdm/dos.h @@ -2,7 +2,7 @@ * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: dos.h - * PURPOSE: VDM DOS Kernel (header file) + * PURPOSE: VDM DOS Kernel * PROGRAMMERS: Aleksandar Andrejevic */ diff --git a/subsystems/ntvdm/emulator.h b/subsystems/ntvdm/emulator.h index d7c3835e2a6..7627d6e1183 100644 --- a/subsystems/ntvdm/emulator.h +++ b/subsystems/ntvdm/emulator.h @@ -2,7 +2,7 @@ * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: emulator.h - * PURPOSE: Minimal x86 machine emulator for the VDM (header file) + * PURPOSE: Minimal x86 machine emulator for the VDM * PROGRAMMERS: Aleksandar Andrejevic */ diff --git a/subsystems/ntvdm/ps2.h b/subsystems/ntvdm/ps2.h index 5d887d51e04..312a57e828a 100644 --- a/subsystems/ntvdm/ps2.h +++ b/subsystems/ntvdm/ps2.h @@ -2,7 +2,7 @@ * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: ps2.h - * PURPOSE: PS/2 controller emulation (header file) + * PURPOSE: PS/2 controller emulation * PROGRAMMERS: Aleksandar Andrejevic */ -- 2.17.1