From 549793b8a460f2afc9d572d22b731055d16aaa12 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 19 Dec 2018 08:15:11 +0100 Subject: [PATCH] [NTOSKRNL] Fix copy/pasta ;-) --- ntoskrnl/ex/uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;