- Fix a comment

svn path=/trunk/; revision=38924
This commit is contained in:
Stefan Ginsberg 2009-01-18 23:53:22 +00:00
parent eacb6ae11a
commit 306b8ac8b2
2 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -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;