mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
- Fix a comment
svn path=/trunk/; revision=38924
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user