]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c
ArmPkg: Correct small typos
[mirror_edk2.git] / ArmPkg / Library / ArmMmuLib / Arm / ArmMmuLibUpdate.c
index 940e4bc797f277bc1d6841c2f074b60f428171d2..6b9d7eba90b9a9f35e6bd1e73e45ea4359c7ae69 100644 (file)
@@ -124,7 +124,7 @@ UpdatePageEntries (
   } else if ((Attributes & EFI_MEMORY_WC) != 0) {\r
     // modify cacheability attributes\r
     EntryMask |= TT_DESCRIPTOR_PAGE_CACHE_POLICY_MASK;\r
-    // map to normal non-cachable\r
+    // map to normal non-cacheable\r
     EntryValue |= TT_DESCRIPTOR_PAGE_CACHE_POLICY_NON_CACHEABLE; // TEX [2:0]= 001 = 0x2, B=0, C=0\r
   } else if ((Attributes & EFI_MEMORY_WT) != 0) {\r
     // modify cacheability attributes\r
@@ -254,7 +254,7 @@ UpdateSectionEntries (
   } else if ((Attributes & EFI_MEMORY_WC) != 0) {\r
     // modify cacheability attributes\r
     EntryMask |= TT_DESCRIPTOR_SECTION_CACHE_POLICY_MASK;\r
-    // map to normal non-cachable\r
+    // map to normal non-cacheable\r
     EntryValue |= TT_DESCRIPTOR_SECTION_CACHE_POLICY_NON_CACHEABLE; // TEX [2:0]= 001 = 0x2, B=0, C=0\r
   } else if ((Attributes & EFI_MEMORY_WT) != 0) {\r
     // modify cacheability attributes\r