[ros-diffs] [tkreuzer] 39521: fix a typo

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Feb 10 04:10:34 CET 2009


Author: tkreuzer
Date: Mon Feb  9 21:10:33 2009
New Revision: 39521

URL: http://svn.reactos.org/svn/reactos?rev=39521&view=rev
Log:
fix a typo

Modified:
    trunk/reactos/include/ddk/wdm.h

Modified: trunk/reactos/include/ddk/wdm.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=39521&r1=39520&r2=39521&view=diff
==============================================================================
--- trunk/reactos/include/ddk/wdm.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/wdm.h [iso-8859-1] Mon Feb  9 21:10:33 2009
@@ -276,7 +276,7 @@
         ULONGLONG HeaderType:1;
         ULONGLONG Init:1;
         ULONGLONG Reserved:2;
-        ULONGLONG Region:60;
+        ULONGLONG NextEntry:60;
     struct {
     } Header16;
 } SLIST_HEADER, *PSLIST_HEADER;



More information about the Ros-diffs mailing list