mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Fix copy/pasta ;-)
This commit is contained in:
parent
d8cb37bf15
commit
549793b8a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue