[NTOSKRNL] Fix copy/pasta ;-)

This commit is contained in:
Pierre Schweitzer 2018-12-19 08:15:11 +01:00
parent d8cb37bf15
commit 549793b8a4
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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;