https://git.reactos.org/?p=reactos.git;a=commitdiff;h=549793b8a460f2afc9d572...
commit 549793b8a460f2afc9d572d22b731055d16aaa12 Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Wed Dec 19 08:15:11 2018 +0100 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Wed Dec 19 08:15:11 2018 +0100
[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 ca6ed09abf..375e39f89f 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;