mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Fix a comment
svn path=/trunk/; revision=38924
This commit is contained in:
parent
eacb6ae11a
commit
306b8ac8b2
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue