[ros-diffs] [jimtabor] 33459: Fix typo spoted by Stefan100.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon May 12 03:55:35 CEST 2008


Author: jimtabor
Date: Sun May 11 20:55:34 2008
New Revision: 33459

URL: http://svn.reactos.org/svn/reactos?rev=33459&view=rev
Log:
Fix typo spoted by Stefan100.

Modified:
    trunk/reactos/include/reactos/win32k/ntgdityp.h

Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgdityp.h?rev=33459&r1=33458&r2=33459&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] Sun May 11 20:55:34 2008
@@ -271,7 +271,7 @@
 } DEVCAPS, *PDEVCAPS;
 
 /* Gdi Handle Cache Types and Structures */
-#define GDI_CACHED_HADNLE_TYPES 4
+#define GDI_CACHED_HANDLE_TYPES 4
 #define CACHE_BRUSH_ENTRIES  10
 #define CACHE_PEN_ENTRIES     8
 #define CACHE_REGION_ENTRIES  8
@@ -288,7 +288,7 @@
 typedef struct _GDIHANDLECACHE
 {
     ULONG           ulLock;
-    ULONG           ulNumHandles[GDI_CACHED_HADNLE_TYPES];
+    ULONG           ulNumHandles[GDI_CACHED_HANDLE_TYPES];
     HANDLE          Handle[CACHE_BRUSH_ENTRIES+CACHE_PEN_ENTRIES+CACHE_REGION_ENTRIES+CACHE_LFONT_ENTRIES];
 } GDIHANDLECACHE, *PGDIHANDLECACHE;
 



More information about the Ros-diffs mailing list