mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOS:MM] Fix 'eanbled' typo in a comment (#5728)
This commit is contained in:
parent
8227c5d380
commit
9ca88bef80
1 changed files with 1 additions and 1 deletions
|
@ -2742,7 +2742,7 @@ MmSetExecuteOptions(IN ULONG ExecuteOptions)
|
|||
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)
|
||||
{
|
||||
CurrentProcess->Flags.ExecuteDispatchEnable = TRUE;
|
||||
|
|
Loading…
Reference in a new issue