mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[NTOS:KE] Fix 'Sert' typo, in a comment (#1929)
This commit is contained in:
parent
a40331b0f4
commit
0339245859
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ KeInsertDeviceQueue(IN PKDEVICE_QUEUE DeviceQueue,
|
||||||
&DeviceQueueEntry->DeviceListEntry);
|
&DeviceQueueEntry->DeviceListEntry);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sert the Insert state into the entry */
|
/* Set the Insert state into the entry */
|
||||||
DeviceQueueEntry->Inserted = Inserted;
|
DeviceQueueEntry->Inserted = Inserted;
|
||||||
|
|
||||||
/* Release the lock */
|
/* Release the lock */
|
||||||
|
|
Loading…
Reference in a new issue