]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/HeapGuard.c
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / HeapGuard.c
index 29cd00f3897d19ab6029208331bf536e3ef032ac..b0d0f72044a3e69dda34c789c190c25cf1d28f18 100644 (file)
@@ -497,7 +497,7 @@ IsMemoryGuarded (
 /**\r
   Set the page at the given address to be a Guard page.\r
 \r
-  This is done by changing the page table attribute to be NOT PRSENT.\r
+  This is done by changing the page table attribute to be NOT PRESENT.\r
 \r
   @param[in]  BaseAddress     Page address to Guard at.\r
 \r
@@ -527,7 +527,7 @@ SetGuardPage (
 /**\r
   Unset the Guard page at the given address to the normal memory.\r
 \r
-  This is done by changing the page table attribute to be PRSENT.\r
+  This is done by changing the page table attribute to be PRESENT.\r
 \r
   @param[in]  BaseAddress     Page address to Guard at.\r
 \r