[RTL/NDK/DDK/XDK]
[reactos.git] / reactos / include / ddk / wdm.h
index e6b8cb9..041e8ff 100644 (file)
@@ -8064,7 +8064,7 @@ RtlCopyMemoryNonTemporal(
 #define RtlEqualLuid(Luid1, Luid2) \
     (((Luid1)->LowPart == (Luid2)->LowPart) && ((Luid1)->HighPart == (Luid2)->HighPart))
 
-/* ULONG
+/* LOGICAL
  * RtlEqualMemory(
  *     IN VOID UNALIGNED *Destination,
  *     IN CONST VOID UNALIGNED *Source,