https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5962c445112f9e5ae843ffea663f19de4dbbe5f6

commit 5962c445112f9e5ae843ffea663f19de4dbbe5f6
Author:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
AuthorDate: Sun Jan 26 18:46:07 2025 +0100
Commit:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
CommitDate: Tue Jan 28 15:29:39 2025 +0100

    [NTOS:IO] Fix a typo in comment
---
 ntoskrnl/io/iomgr/iofunc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ntoskrnl/io/iomgr/iofunc.c b/ntoskrnl/io/iomgr/iofunc.c
index 3c0cf9b69e2..64b692ea2aa 100644
--- a/ntoskrnl/io/iomgr/iofunc.c
+++ b/ntoskrnl/io/iomgr/iofunc.c
@@ -295,7 +295,7 @@ IopDeviceFsIoControl(IN HANDLE DeviceHandle,
         return STATUS_INVALID_PARAMETER;
     }
 
-    /* Check if we from user mode */
+    /* Check if we came from user mode */
     if (PreviousMode != KernelMode)
     {
         /* Get the access mask */

Reply via email to