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;