mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[NTOS:IO] Fix a typo in comment
This commit is contained in:
parent
84df40a128
commit
5962c44511
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ IopDeviceFsIoControl(IN HANDLE DeviceHandle,
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if we from user mode */
|
/* Check if we came from user mode */
|
||||||
if (PreviousMode != KernelMode)
|
if (PreviousMode != KernelMode)
|
||||||
{
|
{
|
||||||
/* Get the access mask */
|
/* Get the access mask */
|
||||||
|
|
Loading…
Reference in a new issue