[NTOS:KE] Fix 'Sert' typo, in a comment (#1929)

This commit is contained in:
Serge Gautherie 2019-09-23 01:13:07 +02:00 committed by Hermès BÉLUSCA - MAÏTO
parent a40331b0f4
commit 0339245859

View file

@ -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 */