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