[NTOSKRNL] Fix copy/pasta ;-)
authorPierre Schweitzer <pierre@reactos.org>
Wed, 19 Dec 2018 07:15:11 +0000 (08:15 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 19 Dec 2018 07:15:11 +0000 (08:15 +0100)
ntoskrnl/ex/uuid.c

index ca6ed09..375e39f 100644 (file)
@@ -388,7 +388,7 @@ NtAllocateUuids(OUT PULARGE_INTEGER Time,
 
     ExReleaseFastMutex(&UuidMutex);
 
 
     ExReleaseFastMutex(&UuidMutex);
 
-    /* Write back LUID to caller */
+    /* Write back UUIDs to caller */
     _SEH2_TRY
     {
         Time->QuadPart = IntTime.QuadPart;
     _SEH2_TRY
     {
         Time->QuadPart = IntTime.QuadPart;