Author: sginsberg
Date: Sun Jan 18 17:53:22 2009
New Revision: 38924
URL:
http://svn.reactos.org/svn/reactos?rev=38924&view=rev
Log:
- Fix a comment
Modified:
trunk/reactos/include/ddk/winddk.h
trunk/reactos/include/reactos/arm/armddk.h
Modified: trunk/reactos/include/ddk/winddk.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=3…
==============================================================================
--- trunk/reactos/include/ddk/winddk.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/winddk.h [iso-8859-1] Sun Jan 18 17:53:22 2009
@@ -5505,7 +5505,7 @@
} 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 @@
#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 @@
#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 @@
#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;
Modified: trunk/reactos/include/reactos/arm/armddk.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk…
==============================================================================
--- trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] Sun Jan 18 17:53:22 2009
@@ -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;