From 03392458590ad69a0d7b519337a0c101b657a3a0 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Mon, 23 Sep 2019 01:13:07 +0200 Subject: [PATCH] [NTOS:KE] Fix 'Sert' typo, in a comment (#1929) --- ntoskrnl/ke/devqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/ke/devqueue.c b/ntoskrnl/ke/devqueue.c index c7b23c3db2c..d5fa21c5c71 100644 --- a/ntoskrnl/ke/devqueue.c +++ b/ntoskrnl/ke/devqueue.c @@ -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 */