[DDK]
authorCameron Gutman <aicommander@gmail.com>
Tue, 23 Mar 2010 02:59:50 +0000 (02:59 +0000)
committerCameron Gutman <aicommander@gmail.com>
Tue, 23 Mar 2010 02:59:50 +0000 (02:59 +0000)
 - Fix a typo

svn path=/trunk/; revision=46352

reactos/include/ddk/wdm.h

index 19a1349..7e97ea0 100644 (file)
@@ -3505,7 +3505,7 @@ NTSTATUS
     ULONG GpeNumber,
     KINTERRUPT_MODE Mode,
     BOOLEAN Shareable,
-    PGPE_SERVICE_ROUTINE2 ServiceRoutine,
+    PGPE_SERVICE_ROUTINE ServiceRoutine,
     PVOID ServiceContext,
     PVOID *ObjectContext
 );