[NTOS:MM] Quick fix: use SIZE_T instead of ULONG, because ULONG is 32-bit and on...
[reactos.git] / ntoskrnl / ex / evtpair.c
index 994c030..166cdc6 100644 (file)
@@ -101,7 +101,7 @@ NtCreateEventPair(OUT PHANDLE EventPairHandle,
     /* Check for Success */
     if (NT_SUCCESS(Status))
     {
-        /* Initalize the Event */
+        /* Initialize the Event */
         DPRINT("Initializing EventPair\n");
         KeInitializeEventPair(EventPair);