mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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);
|
||||
}
|
||||
|
||||
/* Sert the Insert state into the entry */
|
||||
/* Set the Insert state into the entry */
|
||||
DeviceQueueEntry->Inserted = Inserted;
|
||||
|
||||
/* Release the lock */
|
||||
|
|
Loading…
Reference in a new issue