MdeModulePkg/Core/PiSmmCore: Fix various typos

Fix various typos in comments and documentation.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-18-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:30 +01:00
committed by mergify[bot]
parent 93b8ed68dd
commit 4be497df49
14 changed files with 53 additions and 53 deletions

View File

@@ -497,7 +497,7 @@ IsMemoryGuarded (
/**
Set the page at the given address to be a Guard page.
This is done by changing the page table attribute to be NOT PRSENT.
This is done by changing the page table attribute to be NOT PRESENT.
@param[in] BaseAddress Page address to Guard at.
@@ -527,7 +527,7 @@ SetGuardPage (
/**
Unset the Guard page at the given address to the normal memory.
This is done by changing the page table attribute to be PRSENT.
This is done by changing the page table attribute to be PRESENT.
@param[in] BaseAddress Page address to Guard at.