[NTOS:MM] Fix 'eanbled' typo in a comment (#5728)

This commit is contained in:
Serge Gautherie
2023-09-27 19:31:42 +02:00
committed by GitHub
parent 8227c5d380
commit 9ca88bef80

View File

@@ -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;