mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[NTOS:MM] Fix 'eanbled' typo in a comment (#5728)
This commit is contained in:
parent
8227c5d380
commit
9ca88bef80
@ -2742,7 +2742,7 @@ MmSetExecuteOptions(IN ULONG ExecuteOptions)
|
|||||||
CurrentProcess->Flags.ImageDispatchEnable = TRUE;
|
CurrentProcess->Flags.ImageDispatchEnable = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These are turned on by default if no-execution is also eanbled */
|
/* These are turned on by default if no-execution is also enabled */
|
||||||
if (CurrentProcess->Flags.ExecuteEnable)
|
if (CurrentProcess->Flags.ExecuteEnable)
|
||||||
{
|
{
|
||||||
CurrentProcess->Flags.ExecuteDispatchEnable = TRUE;
|
CurrentProcess->Flags.ExecuteDispatchEnable = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user