[NTOS:IO] Fix a typo in comment

This commit is contained in:
Hermès Bélusca-Maïto 2025-01-26 18:46:07 +01:00
parent 84df40a128
commit 5962c44511
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

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