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

This commit is contained in:
Serge Gautherie
2023-09-27 17:31:42 +00:00
committed by GitHub
parent 8227c5d380
commit 9ca88bef80
+1 -1
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;