diff --git a/ntoskrnl/ex/uuid.c b/ntoskrnl/ex/uuid.c index ca6ed09abf7..375e39f89f9 100644 --- a/ntoskrnl/ex/uuid.c +++ b/ntoskrnl/ex/uuid.c @@ -388,7 +388,7 @@ NtAllocateUuids(OUT PULARGE_INTEGER Time, ExReleaseFastMutex(&UuidMutex); - /* Write back LUID to caller */ + /* Write back UUIDs to caller */ _SEH2_TRY { Time->QuadPart = IntTime.QuadPart;