https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03392458590ad69a0d7b519337a0c101b657a3a0

commit 03392458590ad69a0d7b519337a0c101b657a3a0
Author:     Serge Gautherie <[email protected]>
AuthorDate: Mon Sep 23 01:13:07 2019 +0200
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Mon Sep 23 01:13:07 2019 +0200

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

Reply via email to