https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ca88bef80e7f732a289ee266da20dac2c7391d2
commit 9ca88bef80e7f732a289ee266da20dac2c7391d2 Author: Serge Gautherie <32623169+sergegauthe...@users.noreply.github.com> AuthorDate: Wed Sep 27 19:31:42 2023 +0200 Commit: GitHub <nore...@github.com> CommitDate: Wed Sep 27 17:31:42 2023 +0000 [NTOS:MM] Fix 'eanbled' typo in a comment (#5728) --- ntoskrnl/mm/ARM3/pagfault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/mm/ARM3/pagfault.c b/ntoskrnl/mm/ARM3/pagfault.c index 14460552b1c..62451086dda 100644 --- a/ntoskrnl/mm/ARM3/pagfault.c +++ b/ntoskrnl/mm/ARM3/pagfault.c @@ -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;