https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03392458590ad69a0d7b5…
commit 03392458590ad69a0d7b519337a0c101b657a3a0
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Mon Sep 23 01:13:07 2019 +0200
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
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 */