From 306b8ac8b258ac91f049330fc61d0697beb6cd4b Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 18 Jan 2009 23:53:22 +0000 Subject: [PATCH] - Fix a comment svn path=/trunk/; revision=38924 --- reactos/include/ddk/winddk.h | 8 ++++---- reactos/include/reactos/arm/armddk.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index 006fa04f19f..33f16219700 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -5505,7 +5505,7 @@ typedef struct _CONTEXT { } CONTEXT; // -// Types to use to contain PFNs and their counts. +// Used to contain PFNs and PFN counts // typedef ULONG PFN_COUNT; typedef ULONG PFN_NUMBER, *PPFN_NUMBER; @@ -5615,7 +5615,7 @@ KeGetCurrentThread( #elif defined(__x86_64__) // -// Types to use to contain PFNs and their counts. +// Used to contain PFNs and PFN counts // typedef ULONG PFN_COUNT; typedef ULONG64 PFN_NUMBER, *PPFN_NUMBER; @@ -5735,7 +5735,7 @@ KeGetCurrentProcessorNumber(VOID) #elif defined(__PowerPC__) // -// Types to use to contain PFNs and their counts. +// Used to contain PFNs and PFN counts // typedef ULONG PFN_COUNT; typedef ULONG PFN_NUMBER, *PPFN_NUMBER; @@ -5813,7 +5813,7 @@ KeGetCurrentProcessorNumber(VOID) #error MIPS Headers are totally incorrect // -// Types to use to contain PFNs and their counts. +// Used to contain PFNs and PFN counts // typedef ULONG PFN_COUNT; typedef ULONG PFN_NUMBER, *PPFN_NUMBER; diff --git a/reactos/include/reactos/arm/armddk.h b/reactos/include/reactos/arm/armddk.h index 3f07112f008..385426791d0 100644 --- a/reactos/include/reactos/arm/armddk.h +++ b/reactos/include/reactos/arm/armddk.h @@ -44,7 +44,7 @@ // -// Types to use to contain PFNs and their counts. +// Used to contain PFNs and PFN counts // typedef ULONG PFN_COUNT; typedef ULONG PFN_NUMBER, *PPFN_NUMBER;